diff src/xterm.c @ 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 94d6ad393a74
children 488c4787ec0a
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.