summaryrefslogtreecommitdiff
path: root/x11-clocks/wmcalclock/files/patch-xutils.h
blob: 29a7d79dc1012304de4504404bcea4fcedac34d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- xutils.h.orig	1999-03-27 06:46:38 UTC
+++ xutils.h
@@ -18,11 +18,11 @@ typedef struct {
 /*
  *   Global variable
  */
-Display		*display;
-Window          Root;
-Window          iconwin, win;
-int             screen; 
-int             DisplayDepth;
+extern Display		*display;
+extern Window          Root;
+extern Window          iconwin, win;
+extern int             screen; 
+extern int             DisplayDepth;