systray: fix message
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
d271d17c29
commit
7b3029c722
|
@ -57,6 +57,7 @@ systray_init(int phys_screen)
|
||||||
|
|
||||||
/* Fill event */
|
/* Fill event */
|
||||||
ev.response_type = XCB_CLIENT_MESSAGE;
|
ev.response_type = XCB_CLIENT_MESSAGE;
|
||||||
|
ev.window = xscreen->root;
|
||||||
ev.format = 32;
|
ev.format = 32;
|
||||||
ev.data.data32[0] = XCB_CURRENT_TIME;
|
ev.data.data32[0] = XCB_CURRENT_TIME;
|
||||||
ev.data.data32[2] = globalconf.screens[phys_screen].systray.window;
|
ev.data.data32[2] = globalconf.screens[phys_screen].systray.window;
|
||||||
|
|
Loading…
Reference in New Issue