ports/misc/wmwork/files/patch-wmgeneral.c
Alexey Dokuchaev 03aa5b7062 - Unbreak the build against modern compilers (-fno-common)
- Define LICENSE, convert to USES+=localbase and WRKSRC_SUBDIR
- Install provided documentation files, amend USE_XORG list
2021-02-10 17:18:34 +00:00

10 lines
187 B
C

--- wmgeneral.c.orig 2002-10-17 19:12:33 UTC
+++ wmgeneral.c
@@ -74,6 +74,7 @@
/* X11 Variables */
/*****************/
+Display *display;
Window Root;
int screen;
int x_fd;