wrong spaces
This commit is contained in:
parent
81ea81c6d9
commit
2ad5450ff3
|
@ -785,12 +785,12 @@ main (int argc, char *argv[])
|
||||||
XCBCreateWindow (c, /* Connection */
|
XCBCreateWindow (c, /* Connection */
|
||||||
0, /* depth */
|
0, /* depth */
|
||||||
win.window, /* window Id */
|
win.window, /* window Id */
|
||||||
screen->root, /* parent window */
|
screen->root, /* parent window */
|
||||||
0, 0, /* x, y */
|
0, 0, /* x, y */
|
||||||
150, 150, /* width, height */
|
150, 150, /* width, height */
|
||||||
10, /* border_width */
|
10, /* border_width */
|
||||||
InputOutput, /* class */
|
InputOutput, /* class */
|
||||||
screen->root_visual, /* visual */
|
screen->root_visual, /* visual */
|
||||||
0, NULL); /* masks, not used yet */
|
0, NULL); /* masks, not used yet */
|
||||||
|
|
||||||
/* Map the window on the screen */
|
/* Map the window on the screen */
|
||||||
|
@ -1320,12 +1320,12 @@ main (int argc, char *argv[])
|
||||||
XCBCreateWindow (c, /* Connection */
|
XCBCreateWindow (c, /* Connection */
|
||||||
0, /* depth */
|
0, /* depth */
|
||||||
win.window, /* window Id */
|
win.window, /* window Id */
|
||||||
screen->root, /* parent window */
|
screen->root, /* parent window */
|
||||||
0, 0, /* x, y */
|
0, 0, /* x, y */
|
||||||
150, 150, /* width, height */
|
150, 150, /* width, height */
|
||||||
10, /* border_width */
|
10, /* border_width */
|
||||||
InputOutput, /* class */
|
InputOutput, /* class */
|
||||||
screen->root_visual, /* visual */
|
screen->root_visual, /* visual */
|
||||||
mask, values); /* masks */
|
mask, values); /* masks */
|
||||||
|
|
||||||
/* Map the window on the screen */
|
/* Map the window on the screen */
|
||||||
|
@ -1946,12 +1946,12 @@ main (int argc, char *argv[])
|
||||||
XCBCreateWindow (c, /* Connection */
|
XCBCreateWindow (c, /* Connection */
|
||||||
0, /* depth */
|
0, /* depth */
|
||||||
win.window, /* window Id */
|
win.window, /* window Id */
|
||||||
screen->root, /* parent window */
|
screen->root, /* parent window */
|
||||||
0, 0, /* x, y */
|
0, 0, /* x, y */
|
||||||
150, 150, /* width, height */
|
150, 150, /* width, height */
|
||||||
10, /* border_width */
|
10, /* border_width */
|
||||||
InputOutput, /* class */
|
InputOutput, /* class */
|
||||||
screen->root_visual, /* visual */
|
screen->root_visual, /* visual */
|
||||||
mask, values); /* masks */
|
mask, values); /* masks */
|
||||||
|
|
||||||
/* Map the window on the screen */
|
/* Map the window on the screen */
|
||||||
|
@ -2203,7 +2203,7 @@ main (int argc, char *argv[])
|
||||||
|
|
||||||
/* Create the window */
|
/* Create the window */
|
||||||
XCBCreateWindow (c, /* Connection */
|
XCBCreateWindow (c, /* Connection */
|
||||||
0, /* depth */
|
0, /* depth */
|
||||||
win.window, /* window Id */
|
win.window, /* window Id */
|
||||||
screen->root, /* parent window */
|
screen->root, /* parent window */
|
||||||
0, 0, /* x, y */
|
0, 0, /* x, y */
|
||||||
|
|
Loading…
Reference in New Issue