Commit 2682c940 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Display.c: fix format

parent f6cdd0f9
...@@ -2803,11 +2803,11 @@ Bool nxagentReconnectDisplay(void *p0) ...@@ -2803,11 +2803,11 @@ Bool nxagentReconnectDisplay(void *p0)
#endif #endif
nxagentConfineWindow = XCreateWindow(nxagentDisplay, nxagentConfineWindow = XCreateWindow(nxagentDisplay,
DefaultRootWindow(nxagentDisplay), DefaultRootWindow(nxagentDisplay),
0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0,
InputOnly, InputOnly,
CopyFromParent, CopyFromParent,
0L, NULL); 0L, NULL);
if (nxagentReportWindowIds) { if (nxagentReportWindowIds) {
fprintf(stderr, "NXAGENT_WINDOW_ID: CONFINEMENT_WINDOW,WID:[0x%x]\n", fprintf(stderr, "NXAGENT_WINDOW_ID: CONFINEMENT_WINDOW,WID:[0x%x]\n",
......
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