Move setting FRAME_WINDOW_SIZES_CHANGED to resize_frame_windows.
commita5749550ddde6c632e5a4f4a3dae3c488c94b02f
authorMartin Rudalics <rudalics@gmx.at>
Mon, 23 Nov 2015 17:39:18 +0000 (23 18:39 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 23 Nov 2015 17:39:18 +0000 (23 18:39 +0100)
treef810942b4f03158d9c2b34e19284f57b81c4c408
parentb28107b6655f31576bb389b647e95b113ebc8658
Move setting FRAME_WINDOW_SIZES_CHANGED to resize_frame_windows.

* src/frame.c (adjust_frame_size): Don't set
FRAME_WINDOW_SIZES_CHANGED here ...
* src/window.c (resize_frame_windows): ... but here, as suggested
by Stefan Monnier.  Also remove some dead code along the way.
src/frame.c
src/window.c