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