mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
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:
parent
3eaeffaf7e
commit
27bc7d6bec
23 changed files with 112 additions and 50 deletions
|
@ -33,6 +33,8 @@ extern XmWidgetExtData _XmGetWidgetExtData(
|
|||
#else
|
||||
unsigned char extType) ;
|
||||
#endif /* NeedWidePrototypes */
|
||||
/* Extracted from IconFileP.h */
|
||||
extern void XmeFlushIconFileCache(String path);
|
||||
/* Extracted from MenuStateI.h */
|
||||
extern void _XmSetInDragMode(
|
||||
Widget widget,
|
||||
|
|
|
@ -61,3 +61,4 @@ function proto() {
|
|||
/_XmShellIsExclusive/ { proto(); }
|
||||
/_XmTextFieldSetDestination/ { proto(); }
|
||||
/_XmGetActiveTopLevelMenu/ { proto(); }
|
||||
/XmeFlushIconFileCache/ { proto(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue