Re: [PATCH] Add function declaration for wIconSetHighlited

2010-09-25 Thread Carlos R. Mafra
On Sat, 25 Sep 2010 at 13:44:48 +0200, Andreas Metzler wrote: > The expansion of the macro wApplication{Dea,A}ctivate triggers an > implicit declaration warning for wIconSetHighlited. Add function > declararion to fix this. Applied. -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.w

[PATCH] Add function declaration for wIconSetHighlited

2010-09-25 Thread Andreas Metzler
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 1006