awesome/objects
Uli Schlachter ddedb961d3 Kick out the systray when wiping a wibox
When a wibox is destroyed or detached from a screen, it is wiped to clean up its
resources. This also includes destroying the window which is associated with the
wibox.

The problem here is that if the wibox contains the systray, the systray window
would automatically be destroyed since all childs of a window are destroyed when
said window is destroyed. To fix this, we kick out the systray window before
destroying the wibox' window.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2010-07-18 10:08:42 +02:00
..
widgets textbox: Throw a lua error on invalid markup 2010-07-16 19:16:04 +02:00
button.c luaclass: take care of inheritance garbage collection 2010-05-28 13:27:49 +02:00
button.h fix tag header and order build 2010-05-28 13:28:25 +02:00
client.c Add all managed client windows to the safe set 2010-07-14 21:35:06 +02:00
client.h client: implements maximized and fullscreen requests with Lua 2010-05-28 13:29:29 +02:00
image.c luaclass: take care of inheritance garbage collection 2010-05-28 13:27:49 +02:00
image.h fix tag header and order build 2010-05-28 13:28:25 +02:00
key.c key: split resolving in keyresolv 2010-05-28 13:28:20 +02:00
key.h fix tag header and order build 2010-05-28 13:28:25 +02:00
tag.c luaclass: take care of inheritance garbage collection 2010-05-28 13:27:49 +02:00
tag.h fix tag header and order build 2010-05-28 13:28:25 +02:00
timer.c luaclass: take care of inheritance garbage collection 2010-05-28 13:27:49 +02:00
timer.h fix tag header and order build 2010-05-28 13:28:25 +02:00
wibox.c Kick out the systray when wiping a wibox 2010-07-18 10:08:42 +02:00
wibox.h window: import border_width property 2010-05-28 13:29:06 +02:00
widget.c luaclass: take care of inheritance garbage collection 2010-05-28 13:27:49 +02:00
widget.h fix tag header and order build 2010-05-28 13:28:25 +02:00
window.c window: import border_width property 2010-05-28 13:29:06 +02:00
window.h window: import border_width property 2010-05-28 13:29:06 +02:00