082d51fbce
- Fix a build breakage when -fno-common is specified. - Regenerate patch files. - Move the directory creation for DOCSDIR to pre-install.
19 lines
426 B
C
19 lines
426 B
C
--- xutils.h.orig 1999-03-27 06:46:38 UTC
|
|
+++ xutils.h
|
|
@@ -18,11 +18,11 @@ typedef struct {
|
|
/*
|
|
* Global variable
|
|
*/
|
|
-Display *display;
|
|
-Window Root;
|
|
-Window iconwin, win;
|
|
-int screen;
|
|
-int DisplayDepth;
|
|
+extern Display *display;
|
|
+extern Window Root;
|
|
+extern Window iconwin, win;
|
|
+extern int screen;
|
|
+extern int DisplayDepth;
|
|
|
|
|
|
|