changeset 36442:7fda58b1a204

(x_set_window_size): Don't use `None' with widgets; use NULL instead.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 28 Feb 2001 15:06:04 +0000
parents 861557fe5809
children c29a8191f68c
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Wed Feb 28 15:05:10 2001 +0000
+++ b/src/xterm.c	Wed Feb 28 15:06:04 2001 +0000
@@ -11996,7 +11996,7 @@
 
 #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.