(svn r24804) -Add: Separate subdirectory for screenshots.

This commit is contained in:
frosch
2012-12-09 16:52:43 +00:00
parent d625f313a9
commit 50abcf3edc
8 changed files with 36 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ const char *GetCurrentScreenshotExtension();
/** Type of requested screenshot */
enum ScreenshotType {
SC_VIEWPORT, ///< Screenshot of viewport.
SC_RAW, ///< Raw screenshot from blitter buffer.
SC_CRASHLOG, ///< Raw screenshot from blitter buffer.
SC_ZOOMEDIN, ///< Fully zoomed in screenshot of the visible area.
SC_DEFAULTZOOM, ///< Zoomed to default zoom level screenshot of the visible area.
SC_WORLD, ///< World screenshot.