Codechange: make WindowClass a scoped enum

This commit is contained in:
Rubidium
2026-05-20 21:39:04 +02:00
committed by rubidium42
parent a9a2965131
commit bcda4a72ee
134 changed files with 1361 additions and 1249 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ static constexpr std::initializer_list<NWidgetPart> _nested_textfile_widgets = {
/** Window definition for the textfile window */
static WindowDesc _textfile_desc(
WindowPosition::Center, "textfile", 630, 460,
WC_TEXTFILE, WC_NONE,
WindowClass::Textfile, WindowClass::None,
{},
_nested_textfile_widgets
);