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
@@ -170,6 +170,7 @@ extern void UxMrmRegisterClass( char *, Widget (*)(Widget, String, A
|
||||
/* The following are declarations of the functions in UxXt.c */
|
||||
|
||||
|
||||
extern void* UxNewContext (size_t size, int isSubclass);
|
||||
extern int UxPopupInterface( Widget wgt, XtGrabKind grab_flag );
|
||||
extern int UxPopdownInterface( Widget wgt );
|
||||
extern int UxDestroyInterface( Widget wgt);
|
||||
|
||||
Reference in New Issue
Block a user