Fixes missing refresh on color select with keyboard shortcut

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@592 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-02-04 17:58:57 +00:00
parent da942a7021
commit 00b67c23ef
3 changed files with 3 additions and 5 deletions

4
op_c.c
View File

@@ -30,10 +30,6 @@
#include "erreurs.h"
#include "graph.h"
#undef OPTIMISATIONS_ASSEMBLEUR
void RGBtoHSL(int r,int g,int b,byte * hr,byte * sr,byte* lr)
{
double rd,gd,bd,h,s,l,max,min;