dtwm: Cleanup some implicit definitions
Mostly this is adding appropriate #includes and declarations, but for WmImage.c we also change from using the proper name for XmeGetMask, rather than the identical but renamed version _DtGetMask which is not exported in any header.
This commit is contained in:
committed by
Jon Trulson
parent
185ec24999
commit
44dfebe9d2
@@ -484,6 +484,7 @@ struct _AnimationItem
|
||||
extern Boolean FrontPanelReadDatabases (void);
|
||||
extern void InitParse(char *, ElementValue **);
|
||||
extern void InitializeControlFields( ElementValue *element_values, char *);
|
||||
extern void InitializeSubpanelFields (ElementValue * element_values);
|
||||
extern void _WriteControlElementValues(ElementValue *);
|
||||
extern void WriteControlComponentFile(ControlData *);
|
||||
extern void WriteSubpanelComponentFile(SubpanelData *);
|
||||
|
||||
Reference in New Issue
Block a user