* gtkutil.c (xg_frame_set_char_size): Do set width/height if the
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 2 Jul 2009 12:27:23 +0000 (12:27 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 2 Jul 2009 12:27:23 +0000 (12:27 +0000)
commit7b5072481940df702c273797ed13aa2c805bf3d8
treee39a475e89d5a3e9455a27883468bdae86fa63c4
parentc5c194aa928b9f3a1e0fdf9d1189bb16404b2c65
* 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.
src/ChangeLog
src/gtkutil.c
src/xterm.c