From 6be3c2835f00c1f072aea02d4d4ad94132e36ef0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 12 Mar 2014 17:04:39 -0400 Subject: [PATCH] Forgot one Windows XP move. --- windows_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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