# HG changeset patch # User Gerd Moellmann # Date 983372764 0 # Node ID 7fda58b1a2046c607bf12117e50b2984ca363082 # Parent 861557fe58095eec392febf8e3d96a762454c2ba (x_set_window_size): Don't use `None' with widgets; use NULL instead. diff -r 861557fe5809 -r 7fda58b1a204 src/xterm.c --- 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.