summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-02-21 22:12:00 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-02-21 22:12:00 +0000
commit16561707f86dad929b64d5f25c0dd58f870eddad (patch)
treefbc9c414c8f646438085f745a485000c856bf9b7 /ChangeLog.pre-2-0
parent039d738e3b8914bc075265a4c6d52168674563cd (diff)
downloadgtk+-16561707f86dad929b64d5f25c0dd58f870eddad.tar.gz
Always set the max width or height to at least 1, since 0 triggers bugs in
Sun Feb 21 17:14:44 1999 Owen Taylor <otaylor@redhat.com> * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Always set the max width or height to at least 1, since 0 triggers bugs in some window managers. (The window "pops out" of the frame in fvwm)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-07
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index a975fda4bc..cc4178a26f 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,10 @@
+Sun Feb 21 17:14:44 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Always
+ set the max width or height to at least 1, since 0
+ triggers bugs in some window managers. (The window
+ "pops out" of the frame in fvwm)
+
Sun Feb 21 16:16:22 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkscrolledwindow.c gdk/gdkfont.c gdk/gdkim.c: