Give names to the windows.
[super-star-trek.git] / sst.h
diff --git a/sst.h b/sst.h
index 124abe5e1e4243da3986831812abb48871272e67..9a3342367b9ba94676773ec7b066c75dfe9a0d7a 100644 (file)
--- a/sst.h
+++ b/sst.h
@@ -446,3 +446,10 @@ typedef struct {
         int wndleft,wndtop,wndright,wndbottom;
 } wnd;
 extern wnd wnds[6];
+/* these need to track io.c:wnd */
+#define FULLSCREEN_WINDOW      0
+#define LEFTUPPER_WINDOW       1
+#define SRSCAN_WINDOW          2
+#define LRSCAN_WINDOW          3
+#define LOWER_WINDOW           4
+#define BOTTOM_WINDOW          5