(x_set_window_size): Don't use `None' with widgets; use
NULL instead.
This commit is contained in:
parent
dbc64aa75a
commit
f1f4d34564
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue