Home
last modified time | relevance | path

Searched refs:StructureNotifyMask (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/
DNativeSubWindow_x11.cpp58 wa.event_mask = StructureNotifyMask; in createSubWindow()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp223 attributes.event_mask = StructureNotifyMask | PointerMotionMask | ButtonPressMask | in initialize()
387 XSendEvent(mDisplay, mWindow, False, StructureNotifyMask, &event); in signalTestEvent()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DX.h168 #define StructureNotifyMask (1L<<17) macro