summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-09-01 20:10:58 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-09-01 20:10:58 +0000
commit6e3a2369b3703653389d2a123a882f3cb632abd9 (patch)
treee4127eef87820d3964a3ca3b2602ac753256e66e /ChangeLog.pre-2-6
parent78500e90453fdc57e9e260c71adc5250d67ca801 (diff)
downloadgtk+-6e3a2369b3703653389d2a123a882f3cb632abd9.tar.gz
Fix bug where moving a toplevel window immediately after sizing it would
Fri Sep 1 15:34:46 2000 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where moving a toplevel window immediately after sizing it would result in it being sized back to the old size since impl->width, impl->height aren't updated until we hear back from the server. There is still a (longstanding) bug here that gdk_window_get_size() will give the wrong size until we do hear back.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-610
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 85e21e8f78..f18fe87bdd 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,13 @@
+Fri Sep 1 15:34:46 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
+ moving a toplevel window immediately after sizing it would
+ result in it being sized back to the old size since
+ impl->width, impl->height aren't updated until we hear
+ back from the server. There is still a (longstanding) bug
+ here that gdk_window_get_size() will give the wrong size
+ until we do hear back.
+
2000-08-31 Havoc Pennington <hp@redhat.com>
* gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h,