]> git.eshelyaron.com Git - emacs.git/commitdiff
* gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 24 Dec 2003 10:35:24 +0000 (10:35 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 24 Dec 2003 10:35:24 +0000 (10:35 +0000)
src/ChangeLog
src/gtkutil.c

index 2633c55a6bac7c01a3cbca01c92f148df599881a..4adadd84db13bd56d946a44b74eeacd4dbf380b9 100644 (file)
@@ -1,5 +1,7 @@
 2003-12-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
+       * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
+
        * xfaces.c (lface_fully_specified_p): Take into account that
        MAC OS always have unspecified stipple.
 
index 4fc3351ab7e4883fcafbb0891a7af452b6ac861e..4d0b50573f7f79c0e7e5b4227ef1d80acbacd623 100644 (file)
@@ -515,7 +515,7 @@ xg_frame_set_char_size (f, cols, rows)
   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);
 }