Lines Matching defs:Check
524 #define Check(field) if (newEvent->field != oldEvent->field) return False;
526 Check(xany.display);
527 Check(xany.type);
528 Check(xany.window);
532 Check(xmotion.state); break;
535 Check(xbutton.state);
536 Check(xbutton.button); break;
539 Check(xkey.state);
540 Check(xkey.keycode); break;
543 Check(xcrossing.mode);
544 Check(xcrossing.detail);
545 Check(xcrossing.state); break;
547 #undef Check