>From b2d55f508a7948f12ed9cde0558283ac46daf6b1 Mon Sep 17 00:00:00 2001
From: Rodolfo García Peñas (kix) <[email protected]>
Date: Wed, 25 Jan 2012 04:30:56 +0100
Subject: [PATCH 02/24] WindowMaker: Remove not needed ProgName extern
The extern ProgName in WindowMaker.h is not needed because this variable is
only in main.c
---
src/WindowMaker.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/WindowMaker.h b/src/WindowMaker.h
index 47e60f8..5c34810 100644
--- a/src/WindowMaker.h
+++ b/src/WindowMaker.h
@@ -445,7 +445,6 @@ typedef struct WPreferences {
/****** Global Variables ******/
Display *dpy;
-extern char *ProgName;
extern unsigned int ValidModMask;
extern char WProgramState;
extern char WProgramSigState;
--
1.7.2.3
--
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/
>From b2d55f508a7948f12ed9cde0558283ac46daf6b1 Mon Sep 17 00:00:00 2001
From: Rodolfo GarcÃa Peñas (kix) <[email protected]>
Date: Wed, 25 Jan 2012 04:30:56 +0100
Subject: [PATCH 02/24] WindowMaker: Remove not needed ProgName extern
The extern ProgName in WindowMaker.h is not needed because this variable is only in main.c
---
src/WindowMaker.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/WindowMaker.h b/src/WindowMaker.h
index 47e60f8..5c34810 100644
--- a/src/WindowMaker.h
+++ b/src/WindowMaker.h
@@ -445,7 +445,6 @@ typedef struct WPreferences {
/****** Global Variables ******/
Display *dpy;
-extern char *ProgName;
extern unsigned int ValidModMask;
extern char WProgramState;
extern char WProgramSigState;
--
1.7.2.3