1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 13:28:05 +01:00

Fixed compilation problem with WS_INDICATOR defined.

This commit is contained in:
dan
1999-07-04 19:58:35 +00:00
parent 62240a0f26
commit 6d90da02ef
3 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Changes since version 0.60.0:
- fixed some problems with non gcc compilers. - fixed some problems with non gcc compilers.
- fixed problem with showing instance.class in the inspector window. - fixed problem with showing instance.class in the inspector window.
- fixed crash when displaying workspace name in some positions. - fixed crash when displaying workspace name in some positions.
- fixed compilation problem when WS_INDICATOR was defined.
Changes since version 0.53.0: Changes since version 0.53.0:

2
NEWS
View File

@@ -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, while the ones that will fail for some reason to gain their new state,
will remain selected. 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. will inform user of the failure.
(Note: trying to set an icon to not-omnipresent will never fail. Failures can (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). be met only when trying to set omnipresent for an icon).

View File

@@ -47,6 +47,8 @@
#ifdef XDND #ifdef XDND
#include "xdnd.h" #include "xdnd.h"
#endif #endif
#include "WINGsP.h"
/* /*
* icon_file for the dock is got from the preferences file by * icon_file for the dock is got from the preferences file by