summaryrefslogtreecommitdiff
path: root/x11-plugins/asclock/files/asclock-2.0.12-fno-common.patch
blob: 39adebdf912b374648ccf7125dab716abef44955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/config.c
+++ b/config.c
@@ -1,6 +1,7 @@
 #include "asclock.h"
 
 extern char *Geometry;
+extern int itdocks;
 
 /* load the variables from a predefined theme ****************************************/
 
--- a/symbols.c
+++ b/symbols.c
@@ -62,7 +62,7 @@ symbol config_symbols[] = {
   { "beats_elem_height",&beats_elem_height},
   { NULL, NULL} };
 
-int itdocks;
+extern int itdocks;
 int itblinks;
 int showampm;