[layers] work on layer sharing (still stable)

git-svn-id: svn://pulkomandy.tk/GrafX2/branches/layers@1045 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-09-28 21:01:29 +00:00
parent 057d5e76e4
commit 2fd88b81bb
8 changed files with 30 additions and 16 deletions

View File

@@ -649,7 +649,12 @@ void Backup(void)
// Sauve la page courante comme première page de backup et crée une nouvelle page
// pur continuer à dessiner. Utilisé par exemple pour le fill
{
int i;
Backup_layers(1<<Main_current_layer);
}
void Backup_layers(byte layer_mask)
{
int i;
T_Page *new_page;