Some corrections for windows drawing (preview Degradés, sprites special effects)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@75 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
5
graph.h
5
graph.h
@@ -150,3 +150,8 @@ void Interchanger_image_principale_et_brouillon(void);
|
||||
void Changer_facteur_loupe(byte Indice_facteur);
|
||||
|
||||
void Remap_picture(void);
|
||||
|
||||
#define ToWinX(x) (((x)*Menu_Facteur_X)+Fenetre_Pos_X)
|
||||
#define ToWinY(y) (((y)*Menu_Facteur_Y)+Fenetre_Pos_Y)
|
||||
#define ToWinL(l) ((l)*Menu_Facteur_X)
|
||||
#define ToWinH(h) ((h)*Menu_Facteur_X)
|
||||
|
||||
Reference in New Issue
Block a user