emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src gtkutil.c


From: Jan Djärv
Subject: [Emacs-diffs] emacs/src gtkutil.c
Date: Thu, 18 Dec 2008 17:45:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        08/12/18 17:45:15

Modified files:
        src            : gtkutil.c 

Log message:
        (xg_frame_resized): Remove check if rows/columns have
        changed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/gtkutil.c?cvsroot=emacs&r1=1.141&r2=1.142

Patches:
Index: gtkutil.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/gtkutil.c,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -b -r1.141 -r1.142
--- gtkutil.c   1 Dec 2008 17:59:53 -0000       1.141
+++ gtkutil.c   18 Dec 2008 17:45:12 -0000      1.142
@@ -646,15 +646,10 @@
       FRAME_PIXEL_WIDTH (f) = pixelwidth;
       FRAME_PIXEL_HEIGHT (f) = pixelheight;
 
-      if (rows != FRAME_LINES (f) || columns != FRAME_COLS (f)
-          || (f->new_text_lines != 0 && f->new_text_lines != rows)
-          || (f->new_text_cols != 0 && f->new_text_cols != columns))
-        {
           change_frame_size (f, rows, columns, 0, 1, 0);
           SET_FRAME_GARBAGED (f);
           cancel_mouse_face (f);
         }
-    }
 }
 
 /* Process all pending events on the display for frame F.  */




reply via email to

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