X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.h;h=9a3342367b9ba94676773ec7b066c75dfe9a0d7a;hb=fb225a29a207cea8436c2deeced27f366492b227;hp=124abe5e1e4243da3986831812abb48871272e67;hpb=fee8e83e1b2c4d61bd0346d282dd89074580140b;p=super-star-trek.git diff --git a/sst.h b/sst.h index 124abe5..9a33423 100644 --- 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