aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-02-28 15:06:04 +0000
committerGerd Moellmann <[email protected]>2001-02-28 15:06:04 +0000
commitf1f4d34564f8c4feddd7363de15bee62a20c039d (patch)
treec8ded32ba4f748dae67b9a34a9f988d79b555bbe /src
parentdbc64aa75a52cf1a9e93bf1b1da783e27f18e6cb (diff)
(x_set_window_size): Don't use `None' with widgets; use
NULL instead.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index c0e752af45..9c75606b53 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.