Trying to get straight lines drawn with shift + click. Seems the value of the starting point gets cut to 8 bit somewhere but i can't see where that happens... and it works fine when drawing, but not in preview mode !

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@294 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-10-21 13:39:47 +00:00
parent c3182555b9
commit 31c278813e
4 changed files with 63 additions and 1 deletions

View File

@@ -343,7 +343,8 @@ void Get_input(void)
Afficher_curseur();
}
// Vidage de toute mise à jour qui serait encore en attente.
// Vidage de toute mise à jour de l'affichage à l'écran qui serait encore en attente.
// (c'est fait ici car on est sur que cette fonction est apellée partout ou on a besoin d'interragir avec l'utilisateur)
Flush_update();
}