From 7a1a6da8495bb56bb938bacd58a4d52bf08a2974 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 12 Apr 2007 14:44:17 +0000 Subject: 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. --- openbox/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/client.h') 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 */ -- cgit v1.2.3