diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-13 15:07:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-13 15:07:49 +0000 |
| commit | 15d615853671b0988b9a87720cac2762c702f28b (patch) | |
| tree | caaed243dfab3fe7732844f56a49689890404711 /openbox/client.h | |
| parent | 1443e17317950d5bb096a55aca81bc8fa419ffe7 (diff) | |
don't force reconfigure in a number of places, also eat enter events when reconfiguring. yay
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h index 98f9e6e4..a334ad2b 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -427,7 +427,7 @@ void client_try_configure(ObClient *self, gint *x, gint *y, gint *w, gint *h, void client_configure(ObClient *self, gint x, gint y, gint w, gint h, gboolean user, gboolean final); -void client_reconfigure(ObClient *self); +void client_reconfigure(ObClient *self, gboolean force); /*! Finds coordinates to keep a client on the screen. @param self The client |
