From 37756c0589495ca4932c4b852bf3bddfa7507655 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 25 Jul 2010 09:26:27 +0200 Subject: [PATCH] Remove systray icons from the save set This commits makes awesome remove systray windows from the save set when they are unmapped. This happens for the same reason as with normal client windows. Signed-off-by: Uli Schlachter --- event.c | 1 + 1 file changed, 1 insertion(+) diff --git a/event.c b/event.c index a3d54559..77baf9e5 100644 --- a/event.c +++ b/event.c @@ -704,6 +704,7 @@ event_handle_unmapnotify(void *data __attribute__ ((unused)), { xembed_window_array_take(&globalconf.embedded, i); widget_invalidate_bytype(widget_systray); + xcb_change_save_set(globalconf.connection, XCB_SET_MODE_DELETE, ev->window); } return 0;