From 763f4b52351aca844644b60e93cbc6c0459e9c7c Mon Sep 17 00:00:00 2001 From: aybe Date: Sun, 14 Jul 2024 08:37:06 +0200 Subject: [PATCH] Themes are correct now --- src/libs/gui_tk/gui_tk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/gui_tk/gui_tk.h b/src/libs/gui_tk/gui_tk.h index 3672c1b996a..ead2bc0672d 100644 --- a/src/libs/gui_tk/gui_tk.h +++ b/src/libs/gui_tk/gui_tk.h @@ -264,7 +264,7 @@ struct ThemeLight : Theme extern Theme CurrentTheme; -struct ThemeWindows31 // TODO reparse cryptic CONTROL32.INI +struct ThemeWindows31 { uint32_t Desktop; uint32_t ApplicationWorkspace;