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
@@ -55,6 +55,8 @@ void show_warning_dialog (void);
|
||||
Widget show_working_dialog (void);
|
||||
void show_info_dialog (void);
|
||||
void free_XmStringTable (XmStringTable table);
|
||||
|
||||
void clear_text (Widget textfield);
|
||||
void clear_text_field (Widget textfield);
|
||||
void delete_all_list_items (Widget list);
|
||||
|
||||
#endif /* _CMNUTILS_H_INCLUDED */
|
||||
|
||||
Reference in New Issue
Block a user