summaryrefslogtreecommitdiff
path: root/x11-wm/aewm/files/aewm-1.3.12-fno-common.patch
blob: 7e3d75faff1595d74daba87dd11f43b55add09bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- a/aedesk.c
+++ b/aedesk.c
@@ -11,10 +11,6 @@
 
 #define UMOD(x, y) ((((long)(x) % (long)(y)) + (y)) % (y))
 
-Display *dpy;
-Window root;
-Atom net_cur_desk, net_num_desks;
-
 static unsigned long parse_desk(char *spec);
 
 int main(int argc, char **argv)
--- a/aepanel.c
+++ b/aepanel.c
@@ -36,9 +36,6 @@
 void sig_handler(int);
 void set_strut(Window, strut_t *);
 
-Atom net_wm_strut;
-Atom net_wm_strut_partial;
-Atom net_wm_wintype;
 Atom net_wm_wintype_dock;
 
 #define NAME_SIZE 48