From 7d1c30fb193015fef6f15b76c4360ac733581b58 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Tue, 5 Aug 2008 04:29:26 +0000 Subject: Improved Tile screen layout. Small screens get the message window overlaid on the dungeon. Even smaller screens get the graphics shrunk (and thus slightly blurry.) Added full screen options and several predefined layouts for older and newer Eee PC resolutions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6774 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libgui.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/libgui.h') diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h index 1c2b3f747a..7e1018f1d7 100644 --- a/crawl-ref/source/libgui.h +++ b/crawl-ref/source/libgui.h @@ -16,10 +16,6 @@ typedef unsigned int screen_buffer_t; -//dungeon display size -extern int tile_dngn_x; -extern int tile_dngn_y; - void set_mouse_enabled(bool enabled); struct coord_def; -- cgit v1.2.3-54-g00ecf