mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
fixed another spot where compiling on solaris with openwin generated errors
This commit is contained in:
@@ -4,7 +4,7 @@ Changes since version 0.91.0:
|
|||||||
- updated Japanese translations (Takeo Hashimoto <HashimotoTakeo@mac.com>)
|
- updated Japanese translations (Takeo Hashimoto <HashimotoTakeo@mac.com>)
|
||||||
- allow disable of switch panel when SwitchPanelImages=None
|
- allow disable of switch panel when SwitchPanelImages=None
|
||||||
- added X Input Methods support in WINGs
|
- added X Input Methods support in WINGs
|
||||||
- fixed issue with compiling on Solaris with openwin
|
- fixed issues with compiling on Solaris with openwin
|
||||||
|
|
||||||
|
|
||||||
Changes since version 0.90.0:
|
Changes since version 0.90.0:
|
||||||
|
|||||||
@@ -25,12 +25,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
#ifdef SHAPE
|
|
||||||
#include <X11/extensions/shape.h>
|
|
||||||
|
|
||||||
extern Bool wShapeSupported;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "WindowMaker.h"
|
#include "WindowMaker.h"
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
#include "wcore.h"
|
#include "wcore.h"
|
||||||
@@ -41,6 +35,13 @@ extern Bool wShapeSupported;
|
|||||||
#include "funcs.h"
|
#include "funcs.h"
|
||||||
#include "xinerama.h"
|
#include "xinerama.h"
|
||||||
|
|
||||||
|
#ifdef SHAPE
|
||||||
|
#include <X11/extensions/shape.h>
|
||||||
|
|
||||||
|
extern Bool wShapeSupported;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
struct SwitchPanel {
|
struct SwitchPanel {
|
||||||
WScreen *scr;
|
WScreen *scr;
|
||||||
WMWindow *win;
|
WMWindow *win;
|
||||||
|
|||||||
Reference in New Issue
Block a user