The expansion of the macro wApplication{Dea,A}ctivate triggers an
implicit declaration warning for wIconSetHighlited. Add function
declararion to fix this.
---
 src/icon.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/icon.h b/src/icon.h
index b54091f..147905b 100644
--- a/src/icon.h
+++ b/src/icon.h
@@ -72,4 +72,8 @@ RImage *wIconValidateIconSize(WScreen *scr, RImage *icon);
 
 char *wIconStore(WIcon *icon);
 
+#ifdef NEWAPPICON
+void wIconSetHighlited(WIcon *icon, Bool flag);
+#endif /* NEWAPPICON */
+
 #endif /* WMICON_H_ */
-- 
1.7.1


-- 
To unsubscribe, send mail to [email protected].

Reply via email to