Fixed a bug that was causing both apprunner and viewer to segfault on startup in the Motif port. NOT PART OF MAIN BUILD.

This commit is contained in:
zuperdee%penguinpowered.com 1999-07-23 21:51:06 +00:00
Родитель 428843662d
Коммит 4da7b32cbe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -176,7 +176,7 @@ done:
EQueue->GetEventQueueSelectFD(),
(XtPointer) XtInputReadMask,
event_processor_callback,
0);
EQueue);
XtRealizeWidget(mTopLevel);