diff src/gtkutil.c @ 53275:a07a0bae1990

* gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 24 Dec 2003 10:35:24 +0000
parents 1218a42792ea
children 44d086f5e08a
line wrap: on
line diff
--- a/src/gtkutil.c	Wed Dec 24 10:29:59 2003 +0000
+++ b/src/gtkutil.c	Wed Dec 24 10:35:24 2003 +0000
@@ -515,7 +515,7 @@
   gtk_window_resize (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
                      pixelwidth, pixelheight);
   xg_resize_widgets (f, pixelwidth, pixelheight);
-
+  x_wm_set_size_hint (f, 0, 0);
   SET_FRAME_GARBAGED (f);
   cancel_mouse_face (f);
 }