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/wmSpaceWeather/files/wmSpaceWeather-1.04_p19-gcc...

22 lines
476 B

--- a/wmgeneral/wmgeneral.h
+++ b/wmgeneral/wmgeneral.h
@@ -28,7 +28,7 @@
/* Global variable */
/*******************/
-Display *display;
+extern Display *display;
/***********************/
/* Function Prototypes */
--- a/wmSpaceWeather/wmSpaceWeather.c
+++ b/wmSpaceWeather/wmSpaceWeather.c
@@ -91,6 +91,7 @@
char URL[1024];
int ForceUpdate2;
+Display *display;
void ParseCMDLine(int argc, char *argv[]);
void pressEvent(XButtonEvent *xev);