Feature: Screenshot window

This commit is contained in:
pnda
2019-04-29 16:58:15 +02:00
committed by Charles Pigott
parent 90f4abe03f
commit e558aa8ff4
77 changed files with 273 additions and 207 deletions

View File

@@ -691,6 +691,12 @@ enum WindowClass {
*/
WC_FRAMETIME_GRAPH,
/**
* Screenshot window; %Window numbers:
* - 0 = #ScreenshotWidgets
*/
WC_SCREENSHOT,
WC_INVALID = 0xFFFF, ///< Invalid window.
};