More work on screen updates : handling of cursor display (but not erasing :(), and update of the menu buttons. Also, big speedup on text drawing.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@59 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-07-24 10:13:46 +00:00
parent 69a0795f50
commit 6233c24a9d
5 changed files with 67 additions and 57 deletions

View File

@@ -19,10 +19,7 @@
#include "boutons.h"
#include "operatio.h"
#include "pages.h"
// On déclare méchamment le prototype de Erreur pour éviter de faire un
// fichier "main.h":
void Erreur(int Code);
#include "erreurs.h"
//-- MODELE DE BOUTON DE MENU ------------------------------------------------
/*