summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAlexander Neumann <alexander.neumann@picos-software.com>2019-05-29 14:06:10 +0200
committerAlexander Neumann <alexander.neumann@picos-software.com>2019-05-29 14:06:10 +0200
commit61dfaf28f424710f63ba99b6bde19efbd7f0d858 (patch)
tree1a34016eedc12d916c54f033ba810caaaf2ff6d6
parentMerge pull request #78 from zx2c4-forks/jd/shobj (diff)
downloadwireguard-windows-61dfaf28f424710f63ba99b6bde19efbd7f0d858.tar.xz
wireguard-windows-61dfaf28f424710f63ba99b6bde19efbd7f0d858.zip
Add LVM_SETBKCOLOR
-rw-r--r--listview.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/listview.go b/listview.go
index a705534f..31893a00 100644
--- a/listview.go
+++ b/listview.go
@@ -20,6 +20,7 @@ const (
// ListView messages
const (
LVM_FIRST = 0x1000
+ LVM_SETBKCOLOR = LVM_FIRST + 1
LVM_SETIMAGELIST = LVM_FIRST + 3
LVM_GETITEM = LVM_FIRST + 75
LVM_SETITEM = LVM_FIRST + 76