blob: 007962289dab9325677e9fc6cfeb8689d651e7ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- docklib.h.orig 2020-09-17 11:03:03 UTC
+++ docklib.h
@@ -81,12 +81,12 @@ typedef struct {
/* Global variable */
/*******************/
-Display *display;
-Window Root;
-int d_depth;
-GC NormalGC;
-XpmIcon wmgen;
-Window iconwin, win;
+extern Display *display;
+extern Window Root;
+extern int d_depth;
+extern GC NormalGC;
+extern XpmIcon wmgen;
+extern Window iconwin, win;
/***********************/
/* Function Prototypes */
|