Lines Matching defs:Check
552 #define Check(field) if (newEvent->field != oldEvent->field) return False;
554 Check(xany.display);
555 Check(xany.type);
556 Check(xany.window);
560 Check(xmotion.state); break;
563 Check(xbutton.state);
564 Check(xbutton.button); break;
567 Check(xkey.state);
568 Check(xkey.keycode); break;
571 Check(xcrossing.mode);
572 Check(xcrossing.detail);
573 Check(xcrossing.state); break;
575 #undef Check