cleanup: eliminate missing sentinel warnings

This commit is contained in:
Jon Trulson
2014-03-24 18:26:10 -06:00
parent 165af415d1
commit 4312a1190b
12 changed files with 41 additions and 41 deletions

View File

@@ -130,7 +130,7 @@ MainWindow::initialize( )
theApplication->baseWidget(),
XmNdeleteResponse, XmDO_NOTHING,
XmNallowShellResize, _allow_resize,
NULL, 0 );
NULL, NULL );
#ifdef USE_EDITRES
XtAddEventHandler(

View File

@@ -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,