summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--windows_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows_windows.go b/windows_windows.go
index d0ecf0d..9bdf52c 100644
--- a/windows_windows.go
+++ b/windows_windows.go
@@ -278,7 +278,7 @@ const (
_WM_SIZING = 0x0214
_WM_STYLECHANGED = 0x007D
_WM_STYLECHANGING = 0x007C
-// _WM_THEMECHANGED = 0x031A // Windows XP and newer only
+ _WM_THEMECHANGED = 0x031A
// _WM_USERCHANGED = 0x0054 // Windows XP only: [Note This message is not supported as of Windows Vista.; also listed as not supported by server Windows]
_WM_WINDOWPOSCHANGED = 0x0047
_WM_WINDOWPOSCHANGING = 0x0046