mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
Add function declaration for wIconSetHighlited
The expansion of the macro wApplication{Dea,A}ctivate triggers an
implicit declaration warning for wIconSetHighlited. Add function
declararion to fix this.
This commit is contained in:
committed by
Carlos R. Mafra
parent
f38aa69e40
commit
219e7fcafa
@@ -72,4 +72,8 @@ RImage *wIconValidateIconSize(WScreen *scr, RImage *icon);
|
|||||||
|
|
||||||
char *wIconStore(WIcon *icon);
|
char *wIconStore(WIcon *icon);
|
||||||
|
|
||||||
|
#ifdef NEWAPPICON
|
||||||
|
void wIconSetHighlited(WIcon *icon, Bool flag);
|
||||||
|
#endif /* NEWAPPICON */
|
||||||
|
|
||||||
#endif /* WMICON_H_ */
|
#endif /* WMICON_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user