mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
14 lines
258 B
C
14 lines
258 B
C
--- xutils.c.orig 2022-11-07 09:20:08 UTC
|
|
+++ xutils.c
|
|
@@ -39,6 +39,11 @@
|
|
* X11 Variables
|
|
*/
|
|
|
|
+Display *display;
|
|
+Window Root;
|
|
+Window iconwin, win;
|
|
+int screen;
|
|
+int DisplayDepth;
|
|
int x_fd;
|
|
XSizeHints mysizehints;
|
|
XWMHints mywmhints;
|