summaryrefslogtreecommitdiffstats
path: root/src/cmd/rio
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/rio')
-rw-r--r--src/cmd/rio/winwatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/rio/winwatch.c b/src/cmd/rio/winwatch.c
index 410f7bd7..da021278 100644
--- a/src/cmd/rio/winwatch.c
+++ b/src/cmd/rio/winwatch.c
@@ -33,7 +33,7 @@ int onwin;
int rows, cols;
int sortlabels;
int showwmnames;
-Font *font;
+extern Font *font;
Image *lightblue;