Changeset 3695 for trunk/Ohana/src/kii/include/constants.h
- Timestamp:
- Apr 11, 2005, 4:09:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kii/include/constants.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/include/constants.h
r2466 r3695 14 14 */ 15 15 16 # define EVENT_MASK (long) (ButtonPressMask | ClientMessage | ButtonReleaseMask | KeyPressMask | ExposureMask | StructureNotifyMask | PointerMotionMask)17 16 # define DEFAULT_CURSOR XC_crosshair 18 17 # define BORDER_WIDTH 2 … … 26 25 int DECIMAL_DEG; 27 26 int DEBUG; 27 28 # define EVENT_MASK (long) \ 29 (ButtonPressMask \ 30 | ClientMessage \ 31 | ButtonReleaseMask \ 32 | KeyPressMask \ 33 | ExposureMask \ 34 | StructureNotifyMask \ 35 | PointerMotionMask) 36 37 /* EVENT_MASK consists of: 38 39 ExposureMask : Expose 40 StructureNotifyMask : CirculateNotify | 41 ConfigureNotify | 42 DestroyNotify | 43 GravityNotify | 44 MapNotify | 45 ReparentNotify | 46 UnmapNotify 47 ButtonPressMask : ButtonPress 48 ButtonReleaseMask : ButtonRelease 49 KeyPressMask : KeyPress 50 PointerMotionMask : MotionNotify 51 (always) : ClientMessage 52 (always) : MappingNotify 53 54 */
Note:
See TracChangeset
for help on using the changeset viewer.
