VG3_window_getsize()
Get size of the window in pixels.SYNTAX
void
VG3_window_getsize(struct vg3_window *wstruct,
int *rwidth,
int *rheight)
FUNCTION PARAMETERS
| wstruct | Window-struct |
| rwidth | For returning the width of the window in pixels |
| rheight | For returning the height of the window in pixels |
DESCRIPTION
Get size of the window in pixels.