Add code to save XPM files.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1682 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2011-01-16 15:07:50 +00:00
parent 47a9efa2e6
commit 4e35de8611
4 changed files with 47 additions and 0 deletions

View File

@@ -710,6 +710,9 @@ int Init_program(int argc,char * argv[])
SetWindowPos(pInfo.window, 0, Config.Window_pos_x, Config.Window_pos_y, 0, 0, SWP_NOSIZE);
}
}
// Open a console for debugging...
//ActivateConsole();
#endif
Main_image_width=Screen_width/Pixel_width;