Search Results

1
vote

How to determine visible region of a Windows in X Windows / Linux?

If its really an X Window you get, and not a widget from some specific toolkit (like GTK+ maybe?) then you can use the XGetWindowAttributes function call. This fills out a provided XWindowA …