summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-20 21:03:48 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-20 21:03:48 +0000
commit91e8400448873bd08bd509862f9b6c7d30f29e5b (patch)
treea44b6984e9496dd257303dcc5d319f6f8620cedd /crawl-ref/source/enum.h
parent8be1faf8bf1230e22d272720c54bba62d955bc74 (diff)
downloadcrawl-ref-91e8400448873bd08bd509862f9b6c7d30f29e5b.tar.gz
crawl-ref-91e8400448873bd08bd509862f9b6c7d30f29e5b.zip
Adding auto-sizing for font, map, and window sizes. Windows should fit on the screen by default now. The options are still somewhat of a mess, but I don't think that they'll need to be modified by most people.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7889 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index b6547ae8bc..7b1072c2f6 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3056,6 +3056,15 @@ enum mlist_targetting_type
};
#endif
+#ifdef USE_TILE
+enum screen_mode
+{
+ SCREENMODE_WINDOW = 0,
+ SCREENMODE_FULL = 1,
+ SCREENMODE_AUTO = 2
+};
+#endif
+
#ifdef WIZARD
enum wizard_option_type