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)
This commit is contained in:
parent
5910dbae8a
commit
6d8fde457a
@ -3916,8 +3916,8 @@ ev_name(session_t *ps, XEvent *ev) {
|
|||||||
if (ps->xsync_exists) {
|
if (ps->xsync_exists) {
|
||||||
int o = ev->type - ps->xsync_event;
|
int o = ev->type - ps->xsync_event;
|
||||||
switch (o) {
|
switch (o) {
|
||||||
CASESTRRET(CounterNotify);
|
CASESTRRET(XSyncCounterNotify);
|
||||||
CASESTRRET(AlarmNotify);
|
CASESTRRET(XSyncAlarmNotify);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user