forked from external/yambar
bar: xcb: cleanup
This commit is contained in:
parent
4954479e11
commit
0684aaaf95
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@ setup(struct bar *_bar)
|
|||
LOG_DBG("using a %hhu-bit visual", depth);
|
||||
|
||||
backend->colormap = xcb_generate_id(backend->conn);
|
||||
xcb_create_colormap(backend->conn, 0, backend->colormap, screen->root, vis->visual_id);
|
||||
xcb_create_colormap(
|
||||
backend->conn, 0, backend->colormap, screen->root, vis->visual_id);
|
||||
|
||||
backend->win = xcb_generate_id(backend->conn);
|
||||
xcb_create_window(
|
||||
|
|
Loading…
Add table
Reference in a new issue