summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/window_type.h b/src/window_type.h
index 15b022b56..f99b5cb6d 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -691,6 +691,12 @@ enum WindowClass {
*/
WC_FRAMETIME_GRAPH,
+ /**
+ * Screenshot window; %Window numbers:
+ * - 0 = #ScreenshotWidgets
+ */
+ WC_SCREENSHOT,
+
WC_INVALID = 0xFFFF, ///< Invalid window.
};