Layer-specific: Fixed possible double free on exit. Removed unused global pointer. Implemented proper backup (history) before the various Copy-to-spare actions, fixing a severe history bug when using layers (issue 270). Grafx2 no longer asks 'Spare page was modified, continue?' on Spare modifications. Fixed missing screen refresh in Copy-to-spare (issue 293). Fixed the save-on-crash to actually save the spare
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1282 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
2
global.h
2
global.h
@@ -352,8 +352,6 @@ GFX2_GLOBAL byte Main_safety_backup_prefix;
|
||||
|
||||
// -- Spare page data
|
||||
|
||||
/// Pointer to the pixel data of the spare page
|
||||
GFX2_GLOBAL byte * Spare_screen;
|
||||
/// Palette of the spare page
|
||||
GFX2_GLOBAL T_Palette Spare_palette;
|
||||
/// Boolean, means the spare page has been modified since last save.
|
||||
|
||||
Reference in New Issue
Block a user