Bug fix #244: Build failure with -DDEBUG_EVENTS

Fix build failure with -DDEBUG_EVENTS, caused by incorrect references to
X Sync macros. Thanks to blueyed for reporting. (#244)
pull/2/head
Richard Grenville 10 years ago
parent 07b7562048
commit 6219569d6c

@ -3916,8 +3916,8 @@ ev_name(session_t *ps, XEvent *ev) {
if (ps->xsync_exists) {
int o = ev->type - ps->xsync_event;
switch (o) {
CASESTRRET(CounterNotify);
CASESTRRET(AlarmNotify);
CASESTRRET(XSyncCounterNotify);
CASESTRRET(XSyncAlarmNotify);
}
}
#endif

Loading…
Cancel
Save