Support for "tall pixel" mode (Each pixel is 1x2). Run the program with "/tall" argument to test.
The following tools don't take the ratio into account; Circle, Grad rectangle, Brush rotation, Resizable brushes (diamond, squares, circles...) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@376 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
9
const.h
9
const.h
@@ -126,11 +126,14 @@ enum CODES_D_ERREURS
|
||||
ERREUR_SORRY_SORRY_SORRY // On le refera plus, promis
|
||||
};
|
||||
|
||||
// Les différents types de modes vidéos
|
||||
// Les différents types de pixels
|
||||
|
||||
enum TYPES_DE_MODES_VIDEO
|
||||
enum PIXEL_RATIO
|
||||
{
|
||||
MODE_SDL
|
||||
PIXEL_SIMPLE,
|
||||
PIXEL_WIDE,
|
||||
PIXEL_TALL,
|
||||
PIXEL_DOUBLE
|
||||
};
|
||||
|
||||
// Les différentes catégories de bouton:
|
||||
|
||||
Reference in New Issue
Block a user