summaryrefslogtreecommitdiffstats
path: root/gui/wm/ws.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/wm/ws.c')
-rw-r--r--gui/wm/ws.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/wm/ws.c b/gui/wm/ws.c
index d64ab0a8dd..3149354631 100644
--- a/gui/wm/ws.c
+++ b/gui/wm/ws.c
@@ -50,10 +50,6 @@
#undef ENABLE_DPMS
-#ifdef HAVE_XINERAMA
-extern int xinerama_screen;
-#endif
-
typedef struct
{
unsigned long flags;
@@ -97,7 +93,6 @@ unsigned long wsKeyTable[512];
int wsUseXShm = 1;
int wsUseXShape = 1;
-int XShmGetEventBase( Display* );
inline int wsSearch( Window win );
// ---