(svn r26990) -Feature: Add option to choose normal, double or quad-size interface.

This commit is contained in:
peter1138
2014-10-11 13:22:37 +00:00
parent f7c64bc2dd
commit 2655de52d7
11 changed files with 60 additions and 7 deletions

View File

@@ -56,6 +56,8 @@ static void GfxMainBlitter(const Sprite *sprite, int x, int y, BlitterMode mode,
static ReusableBuffer<uint8> _cursor_backup;
ZoomLevelByte _gui_zoom; ///< GUI Zoom level
/**
* The rect for repaint.
*