summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-14 15:51:21 +0000
committerDana Jansens <danakj@orodu.net>2007-03-14 15:51:21 +0000
commitadc5675823de8e3bbe94a1419b04103c6f845dad (patch)
tree3501639a27955897151a5e5b44a2e0190216fa5c /openbox/client.h
parent768ce7b456fb7455c39bc275b71af381d635ac0a (diff)
oh, 2 things in this commit..
1) THIS ONE IS IMPORTANT: don't set client->iconfied if the window is not actually going to be allowed to iconify. heh! 2) changes to focus fallback to avoid crashing and to avoid losing focus all at the same time.
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 38480a66..cbb80ede 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -494,9 +494,6 @@ gboolean client_can_focus(ObClient *self);
*/
gboolean client_focus(ObClient *self);
-/*! Remove focus from the client window */
-void client_unfocus(ObClient *self);
-
/*! Activates the client for use, focusing, uniconifying it, etc. To be used
when the user deliberately selects a window for use.
@param here If true, then the client is brought to the current desktop;