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>)
|
||||
- allow disable of switch panel when SwitchPanelImages=None
|
||||
- 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:
|
||||
|
||||
@@ -25,12 +25,6 @@
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifdef SHAPE
|
||||
#include <X11/extensions/shape.h>
|
||||
|
||||
extern Bool wShapeSupported;
|
||||
#endif
|
||||
|
||||
#include "WindowMaker.h"
|
||||
#include "screen.h"
|
||||
#include "wcore.h"
|
||||
@@ -41,6 +35,13 @@ extern Bool wShapeSupported;
|
||||
#include "funcs.h"
|
||||
#include "xinerama.h"
|
||||
|
||||
#ifdef SHAPE
|
||||
#include <X11/extensions/shape.h>
|
||||
|
||||
extern Bool wShapeSupported;
|
||||
#endif
|
||||
|
||||
|
||||
struct SwitchPanel {
|
||||
WScreen *scr;
|
||||
WMWindow *win;
|
||||
|
||||
Reference in New Issue
Block a user