]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_set_window_size): Don't use `None' with widgets; use
authorGerd Moellmann <gerd@gnu.org>
Wed, 28 Feb 2001 15:06:04 +0000 (15:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 28 Feb 2001 15:06:04 +0000 (15:06 +0000)
NULL instead.

src/xterm.c

index c0e752af452ddf7acc8423882fb5a06de9281709..9c75606b53bddcabf4d95b02a2745c4fa4b19415 100644 (file)
@@ -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.