Home
last modified time | relevance | path

Searched refs:EVENTMASK (Results 1 – 25 of 25) sorted by relevance

/dports/x11/libX11/libX11-1.7.2/src/xlibi18n/
H A DXimintP.h125 EVENTMASK forward_event_mask;
126 EVENTMASK synchronous_event_mask;
252 EVENTMASK forward_event_mask; /* forward event mask */
253 EVENTMASK synchronous_event_mask;/* sync event mask */
254 EVENTMASK filter_event_mask; /* negrect event mask */
255 EVENTMASK intercept_event_mask; /* deselect event mask */
256 EVENTMASK select_event_mask; /* select event mask */
H A DXimProto.h205 typedef CARD32 EVENTMASK; typedef
H A DXimint.h777 extern EVENTMASK _XimGetWindowEventmask(
/dports/x11/libX11/libX11-1.7.2/modules/im/ximcp/
H A DimDefLkup.c56 EVENTMASK *buf_l = (EVENTMASK *)buf; in _XimProcIMSetEventMask()
68 EVENTMASK *buf_l = (EVENTMASK *)buf; in _XimProcICSetEventMask()
462 EVENTMASK
471 return (EVENTMASK)atr.your_event_mask; in _XimGetWindowEventmask()
521 EVENTMASK mask = _XimGetWindowEventmask(ic); in _XimTriggerNotify()
533 + sizeof(EVENTMASK); /* sizeof select-event-mask */ in _XimTriggerNotify()
H A DimExten.c95 EVENTMASK *buf_l = (EVENTMASK *)buf; in _XimProcExtSetEventMask()
96 EVENTMASK select_mask = _XimGetWindowEventmask(ic); in _XimProcExtSetEventMask()
/dports/games/xcheckers/xcheckers-2.2.3/xcheckers.src/
H A Dxcheckers.c26 #define EVENTMASK (ExposureMask | StructureNotifyMask \ macro
223 XSelectInput(dpy, win, EVENTMASK); in initWindow()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/modules/services/xim/IMdkit/
H A DXimProto.h189 typedef CARD32 EVENTMASK; typedef
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/IMdkit/include/
H A DXimProto.h208 typedef CARD32 EVENTMASK; typedef
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/xim/lib/
H A DXimProto.h208 typedef CARD32 EVENTMASK; typedef
/dports/chinese/gcin/gcin-2.9.0/IMdkit/include/
H A DXimProto.h208 typedef CARD32 EVENTMASK; typedef
/dports/chinese/gcin-qt5/gcin-2.9.0/IMdkit/include/
H A DXimProto.h208 typedef CARD32 EVENTMASK; typedef
/dports/chinese/gcin-gtk3/gcin-2.9.0/IMdkit/include/
H A DXimProto.h208 typedef CARD32 EVENTMASK; typedef
/dports/vietnamese/x-unikey/x-unikey-1.0.4/src/IMdkit/
H A DXimProto.h208 typedef CARD32 EVENTMASK; typedef
/dports/textproc/scim/scim-1.4.9/modules/FrontEnd/IMdkit/
H A DXimProto.h208 typedef CARD32 EVENTMASK; typedef
/dports/textproc/ibus/ibus-1.5.24/util/IMdkit/
H A DXimProto.h208 typedef CARD32 EVENTMASK; typedef
/dports/japanese/im-ja/im-ja-1.5/src/xim/IMdkit/
H A DXimProto.h208 typedef CARD32 EVENTMASK; typedef
/dports/korean/nabi/nabi-f08d7d3/IMdkit/
H A DXimProto.h210 typedef CARD32 EVENTMASK; typedef
/dports/games/spellcast/spellcast/
H A Dxspell.h123 #define EVENTMASK (ButtonPressMask | ButtonReleaseMask | ButtonMotionMask | \ macro
H A Dmain.c251 attr.event_mask = EVENTMASK;
H A Dxloop.c44 EVENTMASK, &event); in mainloop()
/dports/games/xglk/xglk/
H A Dxglk.c8 #define EVENTMASK (ButtonPressMask | ButtonReleaseMask | ButtonMotionMask \ macro
109 attr.event_mask = EVENTMASK; in xglk_init()
/dports/games/xzip/xzip/
H A Dxio.c37 #define EVENTMASK (ButtonPressMask | ButtonReleaseMask | ButtonMotionMask | KeyPressMask | Structur… macro
298 attr.event_mask = EVENTMASK; in initialize_screen()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-x11/
H A Dxwin.c144 #define EVENTMASK (KeyPressMask|KeyReleaseMask|ButtonPressMask \ macro
783 wattr.event_mask = EVENTMASK; in graphics_subinit()
/dports/emulators/uae/uae-0.8.29/src/
H A Dxwin.c166 #define EVENTMASK (KeyPressMask|KeyReleaseMask|ButtonPressMask \ macro
774 wattr.event_mask = EVENTMASK; in graphics_subinit()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-display-X11/
H A DsqUnixX11.c341 #define EVENTMASK ButtonPressMask | ButtonReleaseMask | \ macro
3323 attributes.event_mask= EVENTMASK; in initWindow()