]> code.delx.au - gnu-emacs/commit
Avoid shrinking windows with Gtk+ 3.20.3
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 May 2016 17:05:19 +0000 (10:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 May 2016 17:07:02 +0000 (10:07 -0700)
commit9ca5dbf947a7421d37b3e2d2bc6b8d2c9218bc65
tree50c1ab78523dbc47b34ec8c1fabf8a3393146ced
parent939eb753d521830cd931b45d72a745f1dd85ec09
Avoid shrinking windows with Gtk+ 3.20.3

Problem reported by Matthias Clasen (Bug#23144).
This was fixed in a different way in master.
Do not merge to master.
* src/xterm.c (handle_one_xevent) [GTK_CHECK_VERSION (3, 20, 3)]:
Do not call xg_frame_resized in the MapNotify case.
src/xterm.c