Mercurial > emacs
comparison src/ChangeLog @ 103690:6cf0c4de552b
* gtkutil.c (xg_frame_set_char_size): Do set width/height if the
frame isn't visible.
(xg_frame_resized): If width/height is -1, get size of window
from X server.
* xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
for MapNotify.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 02 Jul 2009 12:27:23 +0000 |
parents | b14ad5a1ef66 |
children | 6a4e411bd83b |
comparison
equal
deleted
inserted
replaced
103689:3666f62113ed | 103690:6cf0c4de552b |
---|---|
1 2009-07-02 Jan Djärv <jan.h.d@swipnet.se> | 1 2009-07-02 Jan Djärv <jan.h.d@swipnet.se> |
2 | |
3 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the | |
4 frame isn't visible. | |
5 (xg_frame_resized): If width/height is -1, get size of window | |
6 from X server. | |
7 | |
8 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK | |
9 for MapNotify. | |
2 | 10 |
3 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height | 11 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height |
4 here or call change_frame_size. Just call flush_and_sync. | 12 here or call change_frame_size. Just call flush_and_sync. |
5 (flush_and_sync): Reintroduced. | 13 (flush_and_sync): Reintroduced. |
6 | 14 |