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/picture/cursor.c

    r5349 r6424  
    11# include "Ximage.h"
     2
     3# define IgnoreMask (long) (~(StructureNotifyMask | SubstructureNotifyMask | ExposureMask | KeyPressMask | ButtonPressMask | PointerMotionMask))
    24
    35int LastEvent (Display *display, int type, XEvent *event);
     
    6668      write (layout[0].Ximage, line, 40);
    6769    }
     70
     71    /* remove those events we will ignore */
     72    while (XCheckMaskEvent (display, IgnoreMask, &event)) continue;
    6873  }
    6974  return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.