forked from external/yambar
main: move xcb_init() call to bar's XCB backend
This commit is contained in:
parent
9239d4298c
commit
deb9105d3e
2 changed files with 1 additions and 3 deletions
|
@ -34,6 +34,7 @@ struct xcb_backend {
|
|||
void *
|
||||
bar_backend_xcb_new(void)
|
||||
{
|
||||
xcb_init();
|
||||
return calloc(1, sizeof(struct xcb_backend));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue