14 lines
240 B
Text
14 lines
240 B
Text
|
Fix build with -fno-common
|
||
|
|
||
|
Index: wmgeneral/wmgeneral.c
|
||
|
--- wmgeneral/wmgeneral.c.orig
|
||
|
+++ wmgeneral/wmgeneral.c
|
||
|
@@ -55,6 +55,7 @@
|
||
|
/* X11 Variables */
|
||
|
/*****************/
|
||
|
|
||
|
+Display *display;
|
||
|
Window Root;
|
||
|
int screen;
|
||
|
int x_fd;
|