(svn r23695) -Fix/Feature [FS#4916]: make a distinction between fully zoomed in and default zoomed in screenshots
This commit is contained in:
@@ -20,11 +20,12 @@ const char *GetCurrentScreenshotExtension();
|
||||
|
||||
/** Type of requested screenshot */
|
||||
enum ScreenshotType {
|
||||
SC_VIEWPORT, ///< Screenshot of viewport.
|
||||
SC_RAW, ///< Raw screenshot from blitter buffer.
|
||||
SC_ZOOMEDIN, ///< Zoomed in screenshot of the visible area.
|
||||
SC_WORLD, ///< World screenshot.
|
||||
SC_HEIGHTMAP, ///< Heightmap of the world.
|
||||
SC_VIEWPORT, ///< Screenshot of viewport.
|
||||
SC_RAW, ///< 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.
|
||||
SC_HEIGHTMAP, ///< Heightmap of the world.
|
||||
};
|
||||
|
||||
bool MakeHeightmapScreenshot(const char *filename);
|
||||
|
Reference in New Issue
Block a user