awesome/objects
Uli Schlachter 0eb9363533 Clear our event mask in client_unmanage()
This should fix an actual race condition:
- Client unmaps its window (UnmapNotify for awesome)
- Client maps its window (MapRequest for awesome)
- Due to the UnmapNotify: client_unmanage() runs and reparents the window back
  to the root (ReparentNotify)
- Due to the MapRequest: client_manage() runs
- Due to the ReparentNotify: We call client_unmanage() again and now the
  client's window is lost.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2010-08-09 11:57:47 +02:00
..
widgets fix some deprecated atom constants 2010-08-08 21:43:23 +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 Clear our event mask in client_unmanage() 2010-08-09 11:57:47 +02:00
client.h Split up client_getbywin() 2010-08-09 11:56: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 Register systray only if systray widgets are attached. (FS#503) 2010-07-22 09:24:36 +02:00
wibox.h Register systray only if systray widgets are attached. (FS#503) 2010-07-22 09:24:36 +02:00
widget.c fix some deprecated atom constants 2010-08-08 21:43:23 +02:00
widget.h fix tag header and order build 2010-05-28 13:28:25 +02:00
window.c Turn this into a reparenting WM 2010-08-09 11:56:26 +02:00
window.h Turn this into a reparenting WM 2010-08-09 11:56:26 +02:00