cleanup: eliminate missing sentinel warnings
This commit is contained in:
@@ -130,7 +130,7 @@ MainWindow::initialize( )
|
||||
theApplication->baseWidget(),
|
||||
XmNdeleteResponse, XmDO_NOTHING,
|
||||
XmNallowShellResize, _allow_resize,
|
||||
NULL, 0 );
|
||||
NULL, NULL );
|
||||
|
||||
#ifdef USE_EDITRES
|
||||
XtAddEventHandler(
|
||||
|
||||
@@ -94,7 +94,7 @@ DialogShell::initialize()
|
||||
_w = XtVaCreatePopupShell(
|
||||
_name, _widgetClass, _parent->baseWidget(),
|
||||
XmNdefaultPosition, False,
|
||||
NULL, 0 );
|
||||
NULL, NULL );
|
||||
#ifdef USE_EDITRES
|
||||
XtAddEventHandler(
|
||||
_w, (EventMask) 0, True,
|
||||
|
||||
Reference in New Issue
Block a user