emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Sun, 27 Feb 2005 14:57:52 -0500

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.62 emacs/src/gtkutil.c:1.63
*** emacs/src/gtkutil.c:1.62    Mon Feb 21 08:51:52 2005
--- emacs/src/gtkutil.c Sun Feb 27 19:57:51 2005
***************
*** 556,567 ****
       int columns;
       int rows;
  {
-   gtk_window_resize (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
-                      FRAME_PIXEL_WIDTH (f), FRAME_TOTAL_PIXEL_HEIGHT (f));
- 
-   /* base_height is now changed.  */
-   x_wm_set_size_hint (f, 0, 0);
- 
    /* If we are not mapped yet, set geometry once again, as window
       height now have changed.  */
    if (! GTK_WIDGET_MAPPED (FRAME_GTK_OUTER_WIDGET (f)))
--- 556,561 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]