systray: send event with NO_EVENT mask
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
b1eb046aec
commit
f27fd17fd4
|
@ -74,7 +74,7 @@ systray_init(int phys_screen)
|
|||
atom_systray,
|
||||
XCB_CURRENT_TIME);
|
||||
|
||||
xcb_send_event(globalconf.connection, false, xscreen->root, XCB_EVENT_MASK_STRUCTURE_NOTIFY, (char *) &ev);
|
||||
xcb_send_event(globalconf.connection, false, xscreen->root, XCB_EVENT_MASK_NO_EVENT, (char *) &ev);
|
||||
}
|
||||
|
||||
/** Handle a systray request.
|
||||
|
|
Loading…
Reference in New Issue