* xterm.c (x_wm_set_size_hint): Set the base_width and base_height
authorJim Blandy <jimb@redhat.com>
Sun, 13 Sep 1992 12:54:09 +0000 (12:54 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 13 Sep 1992 12:54:09 +0000 (12:54 +0000)
commitb0342f1711645d3ee55b7fc19cb2f72514f7f30f
tree2b968a42bccbcfdae49bcace054dd3cb54ef66a6
parentdfc35f5fca6653357bbc8f1582aa86e65877267c
* xterm.c (x_wm_set_size_hint): Set the base_width and base_height
members of size_hints, if they're available (X11R4 and after);
otherwise, approximate the right thing, by using min_width and
min_height as the base size.

* xterm.c (x_catch_errors): Don't forget to initialize
x_caught_error_message to the null string, so x_check_errors can
tell when an error has occurred.
src/xterm.c