]> git.eshelyaron.com Git - emacs.git/commit
Don't use gtk_window_resize to resize offscreen window
authorYuuki Harano <masm+github@masm11.me>
Fri, 16 Oct 2020 18:47:03 +0000 (03:47 +0900)
committerJeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>
Tue, 24 Nov 2020 01:24:40 +0000 (12:24 +1100)
commitc1fbfb3fe04e3185fa64df2ed69cd97b0a6bbb40
tree9e07679f7629d92f31c002c63078e1d39110515f
parentd437aabe4da94dd1a19c318a6c1f88c2df94ed1a
Don't use gtk_window_resize to resize offscreen window

* src/xwidget.c (Fmake_xwidget): Use gtk_container_check_resize instead.
(Fxwidget_resize): Use gtk_container_check_resize instead.

; Gtk+3 document says:
; > Applications should not use any API specific to GtkWindow
; > to operate on this object. It should be treated as a GtkBin
; > that has no parent widget.
src/xwidget.c