From 6d90da02efe87f0a169ea25652bc42b1aeea388d Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 4 Jul 1999 19:58:35 +0000 Subject: [PATCH] Fixed compilation problem with WS_INDICATOR defined. --- ChangeLog | 1 + NEWS | 2 +- src/appicon.c | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 65737987..f70e17f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ Changes since version 0.60.0: - fixed some problems with non gcc compilers. - fixed problem with showing instance.class in the inspector window. - fixed crash when displaying workspace name in some positions. +- fixed compilation problem when WS_INDICATOR was defined. Changes since version 0.53.0: diff --git a/NEWS b/NEWS index fa70c52e..f1c23321 100644 --- a/NEWS +++ b/NEWS @@ -95,7 +95,7 @@ This entry will work in the following way, depending on the context: while the ones that will fail for some reason to gain their new state, will remain selected. -In both cases if there is not success in setting what user requested a panel +In both cases if there is no success in setting what user requested a panel will inform user of the failure. (Note: trying to set an icon to not-omnipresent will never fail. Failures can be met only when trying to set omnipresent for an icon). diff --git a/src/appicon.c b/src/appicon.c index eda33b06..353852de 100644 --- a/src/appicon.c +++ b/src/appicon.c @@ -47,6 +47,8 @@ #ifdef XDND #include "xdnd.h" #endif +#include "WINGsP.h" + /* * icon_file for the dock is got from the preferences file by -- 2.11.4.GIT