dtcreate: Add missing prototypes and more (64-bit)
- Fix missing prototypes - Fix some 64-bit related problems (XtVaGetValues) - Fix crash on dtcreate startup in create_applicationShell1() - Add XmeFlushIconFileCache() prototype from <Xm/IconFileP.h>
This commit is contained in:
committed by
Jon Trulson
parent
3eaeffaf7e
commit
27bc7d6bec
@@ -37,6 +37,7 @@
|
||||
#include "UxXt.h"
|
||||
#include "dtcreate.h"
|
||||
#include "cmnrtns.h"
|
||||
#include "cmncbs.h"
|
||||
#include "ca_aux.h"
|
||||
#include "fileio.h"
|
||||
|
||||
@@ -132,7 +133,7 @@ static void helpCallback_OpenFile( Widget UxWidget,
|
||||
UxOpenFileContext = UxContext =
|
||||
(_UxCOpenFile *) UxGetContext( UxWidget );
|
||||
{
|
||||
DisplayHelpDialog(UxWidget, HELP_OPENFILE, UxCallbackArg);
|
||||
DisplayHelpDialog(UxWidget, (XtPointer)HELP_OPENFILE, UxCallbackArg);
|
||||
}
|
||||
UxOpenFileContext = UxSaveCtx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user