blob: 49eed86a01c6ad67de2e94e2acb3f898e662b322 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- screen.h.orig 2004-06-22 13:24:19 UTC
+++ screen.h
@@ -20,7 +20,7 @@ extern unsigned char start_font1[2048];
extern unsigned char start_font2[4096];
extern unsigned char start_font3[4096];
-int monthgraph_style;
+extern int monthgraph_style;
/* This is on in screen_full_refresh, used in *_refresh() */
extern char screen_refreshing;
|