Fix warnings in dtwm
- Improve pointer/int compatibility - Include unpublished Dt headers in Dt - Use <Xm/XmPrivate.h> for unpublished Motif functions There are still warnings left generated because ElementValue.parsed_value should really be a union. There are also some warnings left because of XtPointer casting and some unused variables and functions.
This commit is contained in:
committed by
Jon Trulson
parent
8a57173ec2
commit
6e37640f11
@@ -488,6 +488,7 @@ extern void InitializeSubpanelFields (ElementValue * element_values);
|
||||
extern void _WriteControlElementValues(ElementValue *);
|
||||
extern void WriteControlComponentFile(ControlData *);
|
||||
extern void WriteSubpanelComponentFile(SubpanelData *);
|
||||
extern void RemoveEntry (RecordData * record_data, int record_type);
|
||||
extern void RemoveControlComponentFile(ControlData *);
|
||||
extern void RemoveSubpanelComponentFile(SubpanelData *);
|
||||
extern void SessionAddFileData (char *, char *, int, char *, int, Boolean);
|
||||
|
||||
Reference in New Issue
Block a user