Changeset 6424 for trunk/Ohana/src/kii/picture/cursor.c
- Timestamp:
- Feb 13, 2006, 9:27:46 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kii/picture/cursor.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/picture/cursor.c
r5349 r6424 1 1 # include "Ximage.h" 2 3 # define IgnoreMask (long) (~(StructureNotifyMask | SubstructureNotifyMask | ExposureMask | KeyPressMask | ButtonPressMask | PointerMotionMask)) 2 4 3 5 int LastEvent (Display *display, int type, XEvent *event); … … 66 68 write (layout[0].Ximage, line, 40); 67 69 } 70 71 /* remove those events we will ignore */ 72 while (XCheckMaskEvent (display, IgnoreMask, &event)) continue; 68 73 } 69 74 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
