[hatari-devel] Screenshot save location |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Hello everyone, my name is Norbert and I am new on this list. The last few days I was looking a little bit in the hatari source code and after checking the todo list I was playing around to implement the screenshot into a specific folder feature. In the dlgScreen.c I added these lines: #define DLGSCRN_FOLDER 32 .... { SGTEXT, 0, 0, 7,17, 16,1, "Select folder to save" }, { SGBUTTON, 0, 0, 29,17, 14,1, "Browse Folder" }, changed a lot of the numbers. static void DlgDisk_BrowseDir(char *dlgname, char *confname, int maxlen) {...} case DLGSCRN_FOLDER: ... break; } configuration.h needs now a ??FileFolder value for CNF_SCREEN and configuration.c needs also a new entry for "static const struct Config_Tag configs_Screen[] =" But I lost a bit track of what I did because it was on a train without internet :) So I would redo it in a clean clone of the sourcecode. But I assume I may have made some mistakes or forgotten something (for sure to save the value of the folder in the dialog). So if you could give some advice (also to read) for me to better understand this code I would be very glad. cheers from Germany Norbert
Attachment:
screenshot_2.png
Description: PNG image
Attachment:
screenshot_1.png
Description: PNG image
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |