summaryrefslogtreecommitdiff
path: root/x11-clocks/wmcalclock/files/patch-xutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/wmcalclock/files/patch-xutils.h')
-rw-r--r--x11-clocks/wmcalclock/files/patch-xutils.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-clocks/wmcalclock/files/patch-xutils.h b/x11-clocks/wmcalclock/files/patch-xutils.h
new file mode 100644
index 000000000000..29a7d79dc101
--- /dev/null
+++ b/x11-clocks/wmcalclock/files/patch-xutils.h
@@ -0,0 +1,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;
+
+
+