1
0
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:
Andreas Metzler
2010-09-25 13:44:48 +02:00
committed by Carlos R. Mafra
parent f38aa69e40
commit 219e7fcafa

View File

@@ -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_ */