1UNTITLED LOCAL UNTITLED
2
4 glutVideoResize — Undocumented, unimplemented.
5
7 OpenGLUT - videomode
8
10 #include <openglut.h>
11
12 void
13 glutVideoResize(int x, int y, int w, int h);
14
16 x A horizontal position.
17
18 y A vertical position.
19
20 w A width.
21
22 h A height.
23
25 This function is undocumented. This function is unimplemeneted
26 (presently).
27
28 This function appears to allow setting the video display rectangle to a
29 sub-rectangle of the hardware buffer. x and y are apparently the
30 upper left corner, and w and h are the width and height of the rec‐
31 tangle.
32
33 It is not clear what should be done if the values are invalid (negative
34 x, for example).
35
37 glutVideoResizeGet(3) glutSetupVideoResizing(3) glutStopVideoResizing(3)
38 glutVideoResize(3) glutVideoPan(3)
39
40
41
42
43 Epoch