1
0
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:
dan
2004-10-30 07:17:49 +00:00
parent e9e1186f1d
commit e53ddd046f
2 changed files with 8 additions and 7 deletions

View File

@@ -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:

View File

@@ -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;