(set_frame_size, update_wm_hints, EmacsFrameSetValues):
authorGerd Moellmann <gerd@gnu.org>
Thu, 3 Aug 2000 20:22:34 +0000 (20:22 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 3 Aug 2000 20:22:34 +0000 (20:22 +0000)
commitc52e7aa6e2955763050e305229a75c43924ec1e4
tree23a07e0b521e459a596a31f647b376c72e059104
parent6a2bfc84786a28b942082ea28b00b9940ac169e5
(set_frame_size, update_wm_hints, EmacsFrameSetValues):
Use NULL instead of 0 at the end of variable argument list of
XtVaGetValues and XtVaSetValues, because 0 fails on systems where
sizeof (int) < sizeof (void *).
src/widget.c