ports/sysutils/wmwlmon/patches/patch-xutils_h

19 lines
312 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix build with -fno-common
Index: xutils.h
--- xutils.h.orig
+++ xutils.h
@@ -31,11 +31,7 @@ unsigned long getBlendedColor(char *, float, int, int,
/*
* global variables
*/
-Display *display;
-Window Root;
-Window win, iconwin;
-int screen;
-int DisplayDepth;
+extern Display *display;
/*
* typedefs