diff --git a/systray.c b/systray.c index f3244a96..fc7a87b5 100644 --- a/systray.c +++ b/systray.c @@ -40,7 +40,6 @@ void systray_init(void) { xcb_screen_t *xscreen = globalconf.screen; - uint32_t values[] = { xscreen->white_pixel }; globalconf.systray.window = xcb_generate_id(globalconf.connection); xcb_create_window(globalconf.connection, xscreen->root_depth, @@ -48,7 +47,7 @@ systray_init(void) xscreen->root, -1, -1, 1, 1, 0, XCB_COPY_FROM_PARENT, xscreen->root_visual, - XCB_CW_BACK_PIXEL, values); + 0, NULL); } /** Register systray in X.