diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-12 14:44:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-12 14:44:17 +0000 |
| commit | 7a1a6da8495bb56bb938bacd58a4d52bf08a2974 (patch) | |
| tree | 452308b552b3f20896d6199e24275463d14a9c93 /openbox/client.h | |
| parent | ceaf23b6b4965ad2841e8763934715fe45b75685 (diff) | |
better synthetic configurenotify handling. in particular..
http://bugzilla.gnome.org/show_bug.cgi?id=399552
on unmap, when we move the client window, we need to send a synthetic configurenotify.
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index 40464151..1c4a2b1f 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -136,6 +136,9 @@ struct _ObClient */ Rect area; + /*! Position of the client window relative to the root window */ + Point root_pos; + /*! Position and size of the window prior to being maximized */ Rect pre_max_area; /*! Position and size of the window prior to being fullscreened */ |
