17 Feb
2023
17 Feb
'23
8:47 a.m.
Zhiyi Zhang (@zhiyi) commented about programs/winecfg/theme.c:
/* UXTHEME functions not in the headers */
+typedef struct
You can move the AppTheme definition into init_dialog as well. For example: static const struct { DWORD value; const WCHAR *desc; } app_themes[] = { {1, L"Light"}, {0, L"Dark"}, }; -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2183#note_24639