Add a "tall 3" drawing mode.
Pixels with 3:4 aspect ratio. Why not? Contributed by Nic Soudée (zoner/xylem). Thanks! git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2166 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -173,6 +173,7 @@ enum PIXEL_RATIO
|
||||
PIXEL_TRIPLE, ///< Use really big pixels (3x3)
|
||||
PIXEL_WIDE2, ///< Use big wide pixels (4x2)
|
||||
PIXEL_TALL2, ///< Use big tall pixels (2x4)
|
||||
PIXEL_TALL3, ///< Use big tall pixels (3x4)
|
||||
PIXEL_QUAD, ///< Use really giant pixels (4x4). You need to have a screen resolution at least 1280x800 to use this one
|
||||
PIXEL_MAX ///< Number of elements in enum
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user