ports/sysutils/wmcube/patches/patch-wmgeneral_wmgeneral_c

14 lines
276 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix the build with -fno-common
Index: wmgeneral/wmgeneral.c
--- wmgeneral/wmgeneral.c.orig
+++ wmgeneral/wmgeneral.c
@@ -67,6 +67,7 @@ Window iconwin, win;
GC NormalGC;
XpmIcon wmgen;
Pixmap pixmask;
+Display *display;
/*****************/
/* Mouse Regions */