IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2006, 9:27:46 AM (20 years ago)
Author:
eugene
Message:

various minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/event/EventLoop.c

    r5637 r6424  
    11# include "Ximage.h"
    22
    3 # define IgnoreMask (long) (ClientMessage | ButtonReleaseMask)
     3/* # define IgnoreMask (long) (ClientMessage | ButtonReleaseMask) */
     4# define IgnoreMask (long) (~(StructureNotifyMask | SubstructureNotifyMask | ExposureMask | KeyPressMask | ButtonPressMask | PointerMotionMask))
    45
    56int LastEvent (Display *display, int type, XEvent *event) {
Note: See TracChangeset for help on using the changeset viewer.