mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
wmaker: Removed variable for X Context that is not used
This commit is contained in:
committed by
Carlos R. Mafra
parent
ec91b9f68e
commit
45bfc1d1c5
@@ -77,8 +77,6 @@
|
|||||||
#include "switchmenu.h"
|
#include "switchmenu.h"
|
||||||
|
|
||||||
/******** Global Variables **********/
|
/******** Global Variables **********/
|
||||||
extern XContext wVEdgeContext;
|
|
||||||
|
|
||||||
extern WShortKey wKeyBindings[WKBD_LAST];
|
extern WShortKey wKeyBindings[WKBD_LAST];
|
||||||
extern int wScreenCount;
|
extern int wScreenCount;
|
||||||
|
|
||||||
|
|||||||
@@ -90,9 +90,6 @@ WDDomain *WDWindowMaker = NULL;
|
|||||||
WDDomain *WDWindowAttributes = NULL;
|
WDDomain *WDWindowAttributes = NULL;
|
||||||
WDDomain *WDRootMenu = NULL;
|
WDDomain *WDRootMenu = NULL;
|
||||||
|
|
||||||
/* XContexts */
|
|
||||||
XContext wVEdgeContext;
|
|
||||||
|
|
||||||
#ifdef SHAPE
|
#ifdef SHAPE
|
||||||
Bool wShapeSupported;
|
Bool wShapeSupported;
|
||||||
int wShapeEventBase;
|
int wShapeEventBase;
|
||||||
|
|||||||
@@ -101,9 +101,6 @@ extern Bool wXkbSupported;
|
|||||||
extern int wXkbEventBase;
|
extern int wXkbEventBase;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* contexts */
|
|
||||||
extern XContext wVEdgeContext;
|
|
||||||
|
|
||||||
#ifndef HAVE_INOTIFY
|
#ifndef HAVE_INOTIFY
|
||||||
/* special flags */
|
/* special flags */
|
||||||
extern char WDelayedActionSet;
|
extern char WDelayedActionSet;
|
||||||
@@ -472,7 +469,6 @@ void StartUp(Bool defaultScreenOnly)
|
|||||||
w_global.context.client_win = XUniqueContext();
|
w_global.context.client_win = XUniqueContext();
|
||||||
w_global.context.app_win = XUniqueContext();
|
w_global.context.app_win = XUniqueContext();
|
||||||
w_global.context.stack = XUniqueContext();
|
w_global.context.stack = XUniqueContext();
|
||||||
wVEdgeContext = XUniqueContext();
|
|
||||||
|
|
||||||
/* _XA_VERSION = XInternAtom(dpy, "VERSION", False); */
|
/* _XA_VERSION = XInternAtom(dpy, "VERSION", False); */
|
||||||
|
|
||||||
|
|||||||
@@ -60,7 +60,6 @@
|
|||||||
#define WORKSPACE_NAME_DISPLAY_PADDING 32
|
#define WORKSPACE_NAME_DISPLAY_PADDING 32
|
||||||
|
|
||||||
extern int ignore_wks_change;
|
extern int ignore_wks_change;
|
||||||
extern XContext wVEdgeContext;
|
|
||||||
extern WShortKey wKeyBindings[WKBD_LAST];
|
extern WShortKey wKeyBindings[WKBD_LAST];
|
||||||
|
|
||||||
static WMPropList *dWorkspaces = NULL;
|
static WMPropList *dWorkspaces = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user