(svn r13551) -Codechange: store offsets to different zoom levels in a distinguished struct instead in the data stream for 8bpp-optimized

This commit is contained in:
smatz
2008-06-17 17:25:22 +00:00
parent 6d4590ec7c
commit dedb0033b3
4 changed files with 18 additions and 10 deletions

View File

@@ -16,6 +16,9 @@ enum ZoomLevel {
ZOOM_LVL_OUT_8X,
ZOOM_LVL_END,
/* Number of zoom levels */
ZOOM_LVL_COUNT = ZOOM_LVL_END - ZOOM_LVL_BEGIN,
/* Here we define in which zoom viewports are */
ZOOM_LVL_VIEWPORT = ZOOM_LVL_NORMAL,
ZOOM_LVL_NEWS = ZOOM_LVL_NORMAL,