systray: fix message

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-24 17:38:44 +02:00
parent d271d17c29
commit 7b3029c722
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ systray_init(int phys_screen)
/* Fill event */
ev.response_type = XCB_CLIENT_MESSAGE;
ev.window = xscreen->root;
ev.format = 32;
ev.data.data32[0] = XCB_CURRENT_TIME;
ev.data.data32[2] = globalconf.screens[phys_screen].systray.window;