summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Adams <readams@readams.net>2004-08-15 17:32:45 +0000
committerRob Adams <readams@src.gnome.org>2004-08-15 17:32:45 +0000
commitafee4a42518b5e164ecbfb870c5acce0e0ea077c (patch)
tree3b2fa9c85dc58acc1e6dc652f71f8c735b65da0b /ChangeLog
parentcaaad4449c89cfc8f6741677f8227e23b063532e (diff)
downloadmetacity-afee4a42518b5e164ecbfb870c5acce0e0ea077c.tar.gz
use height and top/bottom struts to compute gap (copy/paste bug).
2004-08-15 Rob Adams <readams@readams.net> * src/windows.c (meta_window_update_struts): use height and top/bottom struts to compute gap (copy/paste bug).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 838c6288..1cc0203e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-08-15 Rob Adams <readams@readams.net>
+ * src/windows.c (meta_window_update_struts): use height and
+ top/bottom struts to compute gap (copy/paste bug).
+
+2004-08-15 Rob Adams <readams@readams.net>
+
* src/window.c (meta_window_update_struts): Allow struts larger
than 1/2 the screen width/height, as long as there's a minimum
sized gap between them. Patch from Bill Haneman <billh@gnome.org>