(layers branch) Adjust tool implemented. Left click and drag to move a single layer, Right-click and drag to move everything.

git-svn-id: svn://pulkomandy.tk/GrafX2/branches/layers@1041 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-09-22 22:55:02 +00:00
parent cedb706326
commit 78e59e6127
7 changed files with 88 additions and 33 deletions

View File

@@ -735,7 +735,7 @@ void Exchange_main_and_spare(void)
void End_of_modification(void)
{
/*
Update_visible_page_buffer(1, Main_image_width, Main_image_height);
memcpy(Visible_image[1].Image,
Visible_image[0].Image,
@@ -744,7 +744,7 @@ void End_of_modification(void)
Main_screen=Visible_image[0].Image;
Download_infos_backup(Main_backups);
/*
Last_backed_up_layers = 0;
Backup();
*/