Codechange: Use EnumBitSet for WindowDefaultFlags.
This commit is contained in:
committed by
Peter Nelson
parent
efb05396a7
commit
d30e8dd1c1
@@ -67,7 +67,7 @@ static constexpr NWidgetPart _nested_screenshot[] = {
|
||||
static WindowDesc _screenshot_window_desc(
|
||||
WDP_AUTO, "take_a_screenshot", 200, 100,
|
||||
WC_SCREENSHOT, WC_NONE,
|
||||
0,
|
||||
{},
|
||||
_nested_screenshot
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user