From: Gerd Moellmann Date: Wed, 28 Feb 2001 15:06:04 +0000 (+0000) Subject: (x_set_window_size): Don't use `None' with widgets; use X-Git-Tag: emacs-pretest-21.0.99~80 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1f4d34564f8c4feddd7363de15bee62a20c039d;p=emacs.git (x_set_window_size): Don't use `None' with widgets; use NULL instead. --- diff --git a/src/xterm.c b/src/xterm.c index c0e752af452..9c75606b53b 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -11996,7 +11996,7 @@ x_set_window_size (f, change_gravity, cols, rows) #ifdef USE_X_TOOLKIT - if (f->output_data.x->widget != None) + if (f->output_data.x->widget != NULL) { /* The x and y position of the widget is clobbered by the call to XtSetValues within EmacsFrameSetCharSize.