Commit 19267ddf authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Screen.c: fix typo in TEST output

parent c36efbd3
...@@ -397,7 +397,7 @@ FIXME: We'll check for ReparentNotify and LeaveNotify events after ...@@ -397,7 +397,7 @@ FIXME: We'll check for ReparentNotify and LeaveNotify events after
if (!XCheckTypedWindowEvent(nxagentDisplay, nxagentFullscreenWindow, LeaveNotify, &e)) if (!XCheckTypedWindowEvent(nxagentDisplay, nxagentFullscreenWindow, LeaveNotify, &e))
break; break;
#ifdef TEST #ifdef TEST
fprintf(stderr, "%d: swallowing LeaveNotify event\m", __func__); fprintf(stderr, "%d: swallowing LeaveNotify event\n", __func__);
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment