Searched refs:StructureNotifyMask (Results 1 – 3 of 3) sorted by relevance
58 wa.event_mask = StructureNotifyMask; in createSubWindow()
223 attributes.event_mask = StructureNotifyMask | PointerMotionMask | ButtonPressMask | in initialize()387 XSendEvent(mDisplay, mWindow, False, StructureNotifyMask, &event); in signalTestEvent()
168 #define StructureNotifyMask (1L<<17) macro