Searched refs:ExposureMask (Results 1 – 16 of 16) sorted by relevance
194 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask; in XlibWindow()240 XSelectInput(dpy, m_window, ExposureMask | StructureNotifyMask); in setVisibility()244 XWindowEvent(dpy, m_window, ExposureMask | StructureNotifyMask, &event); in setVisibility()
78 window_attr.event_mask = StructureNotifyMask | ExposureMask | in get_glx_window()
66 --whitelist-var ExposureMask \
20 pub const ExposureMask: u32 = 32768; constant
110 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask; in graw_create_window_and_screen()
60 window_attributes.event_mask = StructureNotifyMask | ExposureMask; in Init()
262 XSelectInput(display, window, ExposureMask | KeyPressMask); in main()
264 XSelectInput(display, window, ExposureMask | KeyPressMask); in main()
40 const long kEventMask = ExposureMask | StructureNotifyMask |
1629 windows->icon.attributes.event_mask=ExposureMask | StructureNotifyMask; in XAnimateImages()1702 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XAnimateImages()1792 windows->info.attributes.event_mask=ButtonPressMask | ExposureMask | in XAnimateImages()1825 ButtonReleaseMask | EnterWindowMask | ExposureMask | LeaveWindowMask | in XAnimateImages()1854 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XAnimateImages()1879 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XAnimateImages()
14678 windows->icon.attributes.event_mask=ExposureMask | StructureNotifyMask; in XDisplayImage()14756 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XDisplayImage()14846 windows->info.attributes.event_mask=ButtonPressMask | ExposureMask | in XDisplayImage()14879 ButtonReleaseMask | EnterWindowMask | ExposureMask | LeaveWindowMask | in XDisplayImage()14910 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XDisplayImage()14935 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XDisplayImage()14982 ExposureMask | KeyPressMask | KeyReleaseMask | OwnerGrabButtonMask | in XDisplayImage()15011 ButtonReleaseMask | ExposureMask | KeyPressMask | KeyReleaseMask | in XDisplayImage()
47 const long kEventMask = ExposureMask | StructureNotifyMask |
586 swa.event_mask = ExposureMask | PointerMotionMask | KeyPressMask; in XInitialize()
549 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng_x_create_window()
933 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng2_x_create_window()
294 (xlib::ExposureMask in create()