diff options
author | Richard Hult <richard@imendio.com> | 2007-12-10 19:49:52 +0000 |
---|---|---|
committer | Richard Hult <rhult@src.gnome.org> | 2007-12-10 19:49:52 +0000 |
commit | f4baa51f4937f1a290e06b3a4cc9766116e74d1b (patch) | |
tree | 2e26f032743bfa9aa46008560a8a0417ef2cb63b /ChangeLog | |
parent | 7639a611161271ed76d3a30fd5b37a136ddd00aa (diff) | |
download | gtk+-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |