glutVideoResize - Man Page

Undocumented, unimplemented.

Library

OpenGLUT - videomode

Synopsis

#include <openglut.h>

void
glutVideoResize(int x, int y, int w, int h);

Parameters


x

A horizontal position.


y

A vertical position.


w

A width.


h

A height.

Description

This function is undocumented. This function is unimplemeneted (presently).

This function appears to allow setting the video display rectangle to a sub-rectangle of the hardware buffer.


x

and


y

are apparently the upper left corner, and


w

and


h

are the width and height of the rectangle.

It is not clear what should be done if the values are invalid (negative


x,

for example).

See Also

glutVideoResizeGet(3) glutSetupVideoResizing(3) glutStopVideoResizing(3) glutVideoResize(3) glutVideoPan(3)

Referenced By

glutSetupVideoResizing(3), glutStopVideoResizing(3), glutVideoPan(3), glutVideoResizeGet(3).