summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-13 16:47:53 +0000
committerDana Jansens <danakj@orodu.net>2007-06-13 16:47:53 +0000
commitde2ba8f28b85422e645c94cfdf5791cce3321264 (patch)
tree7a007439fc4c5b80bce7d32d6769e57700349215 /openbox/client.c
parent15e6775b0c17220b81456188757362d131a436c8 (diff)
improve the add/remove desktop actions a bunch.
make the lastdesktop action not assert if you remove a desktop (i think it could have)
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 92f7a4bb..fed902fc 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -2509,6 +2509,7 @@ gboolean client_hide(ObClient *self)
frame_hide(self->frame);
hide = TRUE;
+ ob_debug("hiding client %s\n", self->title);
/* According to the ICCCM (sec 4.1.3.1) when a window is not visible,
it needs to be in IconicState. This includes when it is on another
@@ -2941,7 +2942,7 @@ void client_configure(ObClient *self, gint x, gint y, gint w, gint h,
in this case (if force_reply is true)
When user = TRUE, then the request is coming from "us", like when we
- maximize a window or sometihng. In this case we are more lenient. We
+ maximize a window or something. In this case we are more lenient. We
used to follow the same rules as above, but _Java_ Swing can't handle
this. So just to appease Swing, when user = TRUE, we always send
a synthetic ConfigureNotify to give the window its root coordinates.