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
@@ -31,14 +31,12 @@
|
||||
|
||||
#include "UxXt.h"
|
||||
|
||||
#if defined(USL) || defined(__uxp__)
|
||||
#if !defined(_DIRENT_H)
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
#if !defined(_DtIcon_h_)
|
||||
#include <Dt/Icon.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/***************************************************************************/
|
||||
/* */
|
||||
@@ -60,6 +58,7 @@
|
||||
/* */
|
||||
/***************************************************************************/
|
||||
|
||||
void initAD( ActionData *pAD );
|
||||
void readCAFromGUI (struct _ActionData *ca_struct);
|
||||
void getCAactionName (struct _ActionData *ca_struct);
|
||||
void getCAdblClkCmd (struct _ActionData *ca_struct);
|
||||
|
||||
Reference in New Issue
Block a user