diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-12 17:04:39 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-12 17:04:39 -0400 |
| commit | 6be3c2835f00c1f072aea02d4d4ad94132e36ef0 (patch) | |
| tree | 2ec343fb5dc14a836d0c6fd5c1bed87e287c6d15 /windows_windows.go | |
| parent | 1db3e163849aa66b87fa82243b5ffebab3458cdd (diff) | |
Forgot one Windows XP move.
Diffstat (limited to 'windows_windows.go')
| -rw-r--r-- | windows_windows.go | 2 |
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 |
