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:
@@ -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
2
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,
|
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).
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user