You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/wmping/files/wmping-0.2.1-gcc-10.patch

22 lines
420 B

--- a/wmgeneral.c
+++ b/wmgeneral.c
@@ -45,6 +45,7 @@ Window iconwin, win;
GC NormalGC;
XpmIcon wmgen;
Pixmap pixmask;
+Display *display;
/*****************/
/* Mouse Regions */
--- a/wmgeneral.h
+++ b/wmgeneral.h
@@ -21,7 +21,7 @@ typedef struct {
/* Global variable */
/*******************/
-Display *display;
+extern Display *display;
/***********************/
/* Function Prototypes */