Various internal changes, preparing for layers (mostly backup system)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@983 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-08-08 18:53:30 +00:00
parent f43502f7be
commit 8b340684bd
7 changed files with 93 additions and 83 deletions

View File

@@ -681,6 +681,7 @@ void Get_colors_from_brush(void)
Display_all_screen();
Display_menu();
Display_cursor();
End_of_modification();
Main_image_is_modified=1;
}
@@ -999,6 +1000,7 @@ void Fill_general(byte fill_color)
// on n'y a jamais touché à l'écran les autres: ils sont donc corrects.
Update_rect(0,0,0,0);
End_of_modification();
}
}