From 219e7fcafa1b9061a216497bb98b7c2fe5754f90 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Sat, 25 Sep 2010 13:44:48 +0200 Subject: [PATCH] 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. --- src/icon.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/icon.h b/src/icon.h index b54091f4..147905b0 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_ */