summaryrefslogtreecommitdiff
path: root/src/screenshot.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2010-08-15 23:32:36 +0000
committermichi_cc <michi_cc@openttd.org>2010-08-15 23:32:36 +0000
commit71ff3c4bb42a41422a628598abed68f7d94cb1df (patch)
tree9b2c052c19481a13bf68bb132034282f9b4f7fc1 /src/screenshot.h
parent0796ba3d26e385b673a6f3beb32bfd8e03cf9f7e (diff)
downloadopenttd-71ff3c4bb42a41422a628598abed68f7d94cb1df.tar.xz
(svn r20508) -Add [FS#3973]: A new screenshot type that makes a zoomed-in screenshot of the visible viewport. (Eddi)
Diffstat (limited to 'src/screenshot.h')
-rw-r--r--src/screenshot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.h b/src/screenshot.h
index 2361dc01f..21271214c 100644
--- a/src/screenshot.h
+++ b/src/screenshot.h
@@ -21,6 +21,7 @@ void SetScreenshotFormat(uint i);
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
};