Searched refs:StructureNotifyMask (Results 1 - 8 of 8) sorted by relevance

/external/deqp/framework/platform/X11/
H A DtcuX11.cpp163 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask;
199 XSelectInput(dpy, m_window, ExposureMask | StructureNotifyMask);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp28 swa.event_mask = StructureNotifyMask;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp54 swa.event_mask = StructureNotifyMask;
/external/mesa3d/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c109 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
318 long eventMask = StructureNotifyMask;
/external/libvncserver/x11vnc/
H A Dnox11.h225 #define StructureNotifyMask (1L<<17) macro
H A Dconnections.c1159 | StructureNotifyMask;
H A Duserinput.c8294 unsigned long all_ev = SubstructureNotifyMask|StructureNotifyMask|VisibilityChangeMask;
8295 unsigned long win_ev = StructureNotifyMask|VisibilityChangeMask;

Completed in 1342 milliseconds