compilation-fix in debug mode

This commit is contained in:
David Nolden 2007-09-14 22:42:19 +02:00 committed by Peter Hutterer
parent 72b347e681
commit 12a18cc890

View File

@ -937,7 +937,7 @@ GrabInfoPtr grabinfo;
((((deviceKeyButtonPointer*)&xE[i])->state >> 7) & button_mask) == button_mask &&
(xkbi->lockedPtrButtons & button_mask) == button_mask) {
#ifdef DEBUG
ErrorF("Faking release of button %d\n", ((deviceKeyButtonPointer*)&xE[i])->state)
ErrorF("Faking release of button %d\n", ((deviceKeyButtonPointer*)&xE[i])->state);
#endif
XkbDDXFakePointerButton(DeviceButtonRelease, ((deviceKeyButtonPointer*)&xE[i])->state);
}