blob: 98069398c1ed72718b6b40af5c370d0167521be3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- intro.c.orig 1996-11-22 01:28:46 UTC
+++ intro.c
@@ -120,7 +120,7 @@ enum IntroStates IntroState;
Pixmap bigtitlePixmap, bigtitlePixmapM;
Pixmap stars[12], starsM[12];
static int waitingFrame;
-enum IntroStates waitMode;
+extern enum IntroStates waitMode;
#if NeedFunctionPrototypes
void SetUpIntroduction(Display *display, Window window, Colormap colormap)
|