mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 08:22:37 +01:00
fixed another spot where compiling on solaris with openwin generated errors
This commit is contained in:
@@ -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