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:
Yves Rizoud
2008-12-13 16:20:37 +00:00
parent 2033f2dfb4
commit d2300cc2c1
19 changed files with 1206 additions and 609 deletions

View File

@@ -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: