(x_set_window_size): Don't use `None' with widgets; use

NULL instead.
This commit is contained in:
Gerd Moellmann 2001-02-28 15:06:04 +00:00
parent dbc64aa75a
commit f1f4d34564

View 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.