[layers] Added functions to add and delete layers (Keyboard shortcuts alt-ins and alt-del) Now defaults back to 1 layer per image on startup.
git-svn-id: svn://pulkomandy.tk/GrafX2/branches/layers@1073 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
12
special.h
12
special.h
@@ -48,3 +48,15 @@ void Zoom_set(int index);
|
||||
void Display_stored_brush_in_window(word x,word y,int number);
|
||||
void Store_brush(int index);
|
||||
byte Restore_brush(int index);
|
||||
|
||||
/*!
|
||||
Command that sets the transparency level.
|
||||
*/
|
||||
void Transparency_set(byte amount);
|
||||
|
||||
void Layer_activate(short layer, short side);
|
||||
|
||||
void Special_add_layer(void);
|
||||
|
||||
void Special_delete_layer(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user