Right click on the "add layer" button creates a new layer with a copy of the current layer contents

Suggested by ilkke.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2092 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2015-02-23 21:42:16 +00:00
parent 9d00b93a5f
commit c6b9eba7eb
3 changed files with 39 additions and 14 deletions

View File

@@ -21,6 +21,7 @@
*/
void Button_Layer_add(void);
void Button_Layer_duplicate(void);
void Button_Layer_remove(void);
void Button_Layer_menu(void);
void Button_Layer_set_transparent(void);