[layers] Sped up the switching from one active layer to another, when the new layer was already displayed (thanks to the depth buffer, again)

git-svn-id: svn://pulkomandy.tk/GrafX2/branches/layers@1049 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-09-30 21:37:16 +00:00
parent 20b1aef7f5
commit 9be9ed9c17
3 changed files with 59 additions and 2 deletions

View File

@@ -82,4 +82,8 @@ void Free_current_page(void); // 'Kill' button
void Exchange_main_and_spare(void);
void End_of_modification(void);
void Update_depth_buffer(void);
void Redraw_layered_image(void);
void Redraw_current_layer(void);
#endif