mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
While we are at it: - define LICENSE - switch to USES=localbase - add missing include for errx() PR: 267588 MFH: 2023Q1 Approved by: build fix blanket, maintainer timeout Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38511
13 lines
249 B
C
13 lines
249 B
C
--- wmgeneral.c.orig 2022-11-06 10:29:50 UTC
|
|
+++ wmgeneral.c
|
|
@@ -65,8 +65,9 @@
|
|
/* X11 Variables */
|
|
/*****************/
|
|
|
|
+Display *display;
|
|
Window Root;
|
|
-int screen;
|
|
+extern int screen;
|
|
int x_fd;
|
|
int d_depth;
|
|
XSizeHints mysizehints;
|