XCBCreateWindow (c, /* Connection */
0, /* depth */
win.window, /* window Id */
- screen->root, /* parent window */
+ screen->root, /* parent window */
0, 0, /* x, y */
150, 150, /* width, height */
10, /* border_width */
InputOutput, /* class */
- screen->root_visual, /* visual */
+ screen->root_visual, /* visual */
0, NULL); /* masks, not used yet */
/* Map the window on the screen */
XCBCreateWindow (c, /* Connection */
0, /* depth */
win.window, /* window Id */
- screen->root, /* parent window */
+ screen->root, /* parent window */
0, 0, /* x, y */
150, 150, /* width, height */
10, /* border_width */
InputOutput, /* class */
- screen->root_visual, /* visual */
+ screen->root_visual, /* visual */
mask, values); /* masks */
/* Map the window on the screen */
XCBCreateWindow (c, /* Connection */
0, /* depth */
win.window, /* window Id */
- screen->root, /* parent window */
+ screen->root, /* parent window */
0, 0, /* x, y */
150, 150, /* width, height */
10, /* border_width */
InputOutput, /* class */
- screen->root_visual, /* visual */
+ screen->root_visual, /* visual */
mask, values); /* masks */
/* Map the window on the screen */
/* Create the window */
XCBCreateWindow (c, /* Connection */
- 0, /* depth */
+ 0, /* depth */
win.window, /* window Id */
screen->root, /* parent window */
0, 0, /* x, y */