GWM_GetScroll

Get scroll offset

Description:

The values of the GWM_x_offset and GWM_y_offset properties are fetched from the window.

Invocation

status = GWM_GetScroll(display, win_id, &xoffset, &yoffset);

Arguments

Display display (given)
Display id
Window win_id (given)
Window id
int xoffset (returned)
Scroll offset in x
int yoffset (returned)
Scroll offset in y