diff options
Diffstat (limited to 'x11-clocks/wmcalclock/files/patch-xutils.c')
-rw-r--r-- | x11-clocks/wmcalclock/files/patch-xutils.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-clocks/wmcalclock/files/patch-xutils.c b/x11-clocks/wmcalclock/files/patch-xutils.c new file mode 100644 index 000000000000..3b2bcdff3556 --- /dev/null +++ b/x11-clocks/wmcalclock/files/patch-xutils.c @@ -0,0 +1,15 @@ +--- xutils.c.orig 1999-03-27 06:46:38 UTC ++++ xutils.c +@@ -39,7 +39,11 @@ + #include <X11/extensions/shape.h> + #include "xutils.h" + +- ++Display *display; ++Window Root; ++Window iconwin, win; ++int screen; ++int DisplayDepth; + + /* + * X11 Variables |