Commit 71fca41f authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Screen.c: fix wrong format character

parent c54feb0b
...@@ -401,7 +401,7 @@ FIXME: We'll check for ReparentNotify and LeaveNotify events after ...@@ -401,7 +401,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\n", __func__); fprintf(stderr, "%s: 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