mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Make ProgName a local variable
ProgName in WindowMaker.h is not needed because this variable is used only in main.c
This commit is contained in:
committed by
Carlos R. Mafra
parent
a2c297e6a7
commit
73eaddfa3a
@@ -445,7 +445,6 @@ typedef struct WPreferences {
|
|||||||
|
|
||||||
/****** Global Variables ******/
|
/****** Global Variables ******/
|
||||||
extern Display *dpy;
|
extern Display *dpy;
|
||||||
extern char *ProgName;
|
|
||||||
extern unsigned int ValidModMask;
|
extern unsigned int ValidModMask;
|
||||||
extern char WProgramState;
|
extern char WProgramState;
|
||||||
extern char WProgramSigState;
|
extern char WProgramSigState;
|
||||||
|
|||||||
Reference in New Issue
Block a user