]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
authorYuuki Harano <masm+github@masm11.me>
Mon, 3 May 2021 12:33:53 +0000 (21:33 +0900)
committerYuuki Harano <masm+github@masm11.me>
Mon, 3 May 2021 12:33:53 +0000 (21:33 +0900)
1  2 
lisp/menu-bar.el
lisp/simple.el
lisp/startup.el
src/dispextern.h
src/dispnew.c
src/frame.c
src/frame.h
src/gtkutil.c

Simple merge
diff --cc lisp/simple.el
Simple merge
diff --cc lisp/startup.el
Simple merge
Simple merge
diff --cc src/dispnew.c
Simple merge
diff --cc src/frame.c
Simple merge
diff --cc src/frame.h
Simple merge
diff --cc src/gtkutil.c
index 897eade85032f25e0ecab3a517af4becd8fd7b15,ba506faf356f91dee2cce0831c76e10761662fd3..81033b2b12bff7262345b9e4e5d49f91f5adf9df
@@@ -1183,16 -1037,8 +1191,10 @@@ xg_frame_set_char_size (struct frame *f
        /* Must call this to flush out events */
        (void)gtk_events_pending ();
        gdk_flush ();
 +#ifndef HAVE_PGTK
        x_wait_for_event (f, ConfigureNotify);
 +#endif
  
-       if (CONSP (frame_size_history))
-       frame_size_history_extra
-         (f, build_string ("xg_frame_set_char_size, visible"),
-          FRAME_PIXEL_WIDTH (f), FRAME_PIXEL_HEIGHT (f), width, height,
-          f->new_width, f->new_height);
        if (!NILP (fullscreen))
        /* Try to restore fullscreen state.  */
        {