mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
wmaker: Moved variables for the XShape extension into the global namespace
This commit is contained in:
committed by
Carlos R. Mafra
parent
c3c2d8d7f1
commit
81aa311c42
@@ -44,11 +44,6 @@
|
||||
#include "wmspec.h"
|
||||
#include "misc.h"
|
||||
|
||||
/****** Global Variables ******/
|
||||
|
||||
#ifdef SHAPE
|
||||
extern Bool wShapeSupported;
|
||||
#endif
|
||||
|
||||
/*
|
||||
*--------------------------------------------------------------------
|
||||
@@ -172,7 +167,7 @@ void wClientConfigure(WWindow * wwin, XConfigureRequestEvent * xcre)
|
||||
return;
|
||||
}
|
||||
#ifdef SHAPE
|
||||
if (wShapeSupported) {
|
||||
if (w_global.xext.shape.supported) {
|
||||
int junk;
|
||||
unsigned int ujunk;
|
||||
int b_shaped;
|
||||
|
||||
Reference in New Issue
Block a user