summaryrefslogtreecommitdiff
path: root/astro/wmjupiter/files/patch-xutils.h
blob: c433e38752fa2beab656c146ee6d679958fbbde4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- xutils.h.orig	2015-12-06 02:51:22 UTC
+++ xutils.h
@@ -18,12 +18,12 @@ typedef struct {
 /*
  *   Global variable
  */
-Display		*display;
-Window          Root;
-Window          iconwin, win;
-int             screen; 
-int             DisplayDepth;
-GC NormalGC;
+extern Display	*display;
+extern Window	Root;
+extern Window	iconwin, win;
+extern int	screen; 
+extern int	DisplayDepth;
+extern GC	NormalGC;