On all screens that display a palette, the grey columns are no longer "dead", you can
click them to pick the color to its right.
Added help text for HSL mode in Palette, and Grad rectangle
Fixed display of colored rectangles in Palette screen (issue 64)
Fixed more missing refreshes in the Palette screen
Fixed wrong shortcuts in Palette screen
Removed an obsolete message ("Sensibilite Souris") and dead code
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@370 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
9
divers.c
9
divers.c
@@ -34,13 +34,6 @@
|
||||
#include "clavier.h"
|
||||
#include "sdlscreen.h"
|
||||
|
||||
// Gestion du mode texte de départ (pour pouvoir y retourner en cas de problème
|
||||
byte Recuperer_nb_lignes(void)
|
||||
{
|
||||
puts("Recuperer_nb_lignes non implémenté!\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
word Palette_Compter_nb_couleurs_utilisees(dword* Tableau)
|
||||
{
|
||||
int Nombre_De_Pixels=0;
|
||||
@@ -147,7 +140,7 @@ void Effacer_image_courante(byte Couleur)
|
||||
|
||||
void Sensibilite_souris(__attribute__((unused)) word X,__attribute__((unused)) word Y)
|
||||
{
|
||||
puts("Sensibilite_souris non implémenté!");
|
||||
|
||||
}
|
||||
|
||||
void Get_input(void)
|
||||
|
||||
Reference in New Issue
Block a user