awesome/objects
Uli Schlachter 47caab4580 Always unban a client that we are trying to focus
Previously, if a client had nofocus == true, it wasn't unminimized if sth tried
to focus it. Also, if this client had the WM_TAKE_FOCUS protocol, the focusing
would fail since it's an error to set the input focus to an unviewable window.

For consistency, this also moves the code that sets a client's minimized
property to false into client_unban() since it doesn't make sense to have a
minimized client unbanned (i.e. visible).

Signed-off-by: Uli Schlachter <psychon@znc.in>
2010-08-12 14:32:27 +02:00
..
widgets Correctly read a textbox' ellipsize and wrap properties 2010-08-09 13:58:46 +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 Always unban a client that we are trying to focus 2010-08-12 14:32:27 +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