Searched refs:is_offscreen (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A Drootless.h73 unsigned int is_offscreen :1; member in struct:_RootlessWindowRec
H A DrootlessWindow.c90 winRec->is_offscreen = ((state & XP_WINDOW_STATE_OFFSCREEN) != 0);
92 pWin->rootlessUnhittable = winRec->is_offscreen;
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A Drootless.h73 unsigned int is_offscreen:1; member in struct:_RootlessWindowRec
H A DrootlessWindow.c93 winRec->is_offscreen = ((state & XP_WINDOW_STATE_OFFSCREEN) != 0);
95 pWin->unhittable = winRec->is_offscreen;

Completed in 7 milliseconds