Changeset 3695 for trunk/Ohana/src/kapa/include/constants.h
- Timestamp:
- Apr 11, 2005, 4:09:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa/include/constants.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa/include/constants.h
r2473 r3695 1 1 /* hardwired values for some window parameters */ 2 # define EVENT_MASK (long) (ButtonPressMask | ClientMessage | ButtonReleaseMask | KeyPressMask | ExposureMask | StructureNotifyMask | PointerMotionMask) 2 3 # define EVENT_MASK (long) \ 4 (ButtonPressMask \ 5 | ClientMessage \ 6 | ButtonReleaseMask \ 7 | KeyPressMask \ 8 | ExposureMask \ 9 | StructureNotifyMask \ 10 | PointerMotionMask) 11 3 12 # define DEFAULT_CURSOR XC_crosshair 4 13 # define BORDER_WIDTH 2 … … 18 27 enum {SCALE, NOSCALE, RAW}; 19 28 29 /* EVENT_MASK consists of: 30 31 ExposureMask : Expose 32 StructureNotifyMask : CirculateNotify | 33 ConfigureNotify | 34 DestroyNotify | 35 GravityNotify | 36 MapNotify | 37 ReparentNotify | 38 UnmapNotify 39 ButtonPressMask : ButtonPress 40 ButtonReleaseMask : ButtonRelease 41 KeyPressMask : KeyPress 42 PointerMotionMask : MotionNotify 43 (always) : ClientMessage 44 (always) : MappingNotify 45 46 */
Note:
See TracChangeset
for help on using the changeset viewer.
