summaryrefslogtreecommitdiff
path: root/src/screenshot_gui.h
diff options
context:
space:
mode:
authorTyler Trahan <tyler@tylertrahan.com>2021-11-07 11:41:24 -0500
committerGitHub <noreply@github.com>2021-11-07 17:41:24 +0100
commit08cb5ba2cd69406e34cb4a439d477142e80cef57 (patch)
tree760d772ca7d7236545bda0d9d7639d968e746f08 /src/screenshot_gui.h
parentd0655a48bab31903068d6e0f94323da8a8bda94d (diff)
downloadopenttd-08cb5ba2cd69406e34cb4a439d477142e80cef57.tar.xz
Fix: Don't show screenshot GUI in screenshots (#9674)
Diffstat (limited to 'src/screenshot_gui.h')
-rw-r--r--src/screenshot_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot_gui.h b/src/screenshot_gui.h
index 44a395edb..493bcc80f 100644
--- a/src/screenshot_gui.h
+++ b/src/screenshot_gui.h
@@ -11,5 +11,6 @@
#define SCREENSHOT_GUI_H
void ShowScreenshotWindow();
+void SetScreenshotWindowVisibility(bool hide);
#endif /* SCREENSHOT_GUI_H */