summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Hult <richard@imendio.com>2007-12-10 19:49:52 +0000
committerRichard Hult <rhult@src.gnome.org>2007-12-10 19:49:52 +0000
commitf4baa51f4937f1a290e06b3a4cc9766116e74d1b (patch)
tree2e26f032743bfa9aa46008560a8a0417ef2cb63b /ChangeLog
parent7639a611161271ed76d3a30fd5b37a136ddd00aa (diff)
downloadgtk+-f4baa51f4937f1a290e06b3a4cc9766116e74d1b.tar.gz
Fix the check for no changes to position and size.
2007-12-10 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal): Fix the check for no changes to position and size. svn path=/trunk/; revision=19147
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f4b7e2e2a..164a55cfc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-12-10 Richard Hult <richard@imendio.com>
+ * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
+ Fix the check for no changes to position and size.
+
+2007-12-10 Richard Hult <richard@imendio.com>
+
* gdk/quartz/GdkQuartzView.c: Ignore drawRect calls with zero
sized areas at (0, 0), patch from Paul Davis.