Skip to content

Commit 61dfaf2

Browse files
committed
Add LVM_SETBKCOLOR
1 parent 6f00d81 commit 61dfaf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

listview.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const (
2020
// ListView messages
2121
const (
2222
LVM_FIRST = 0x1000
23+
LVM_SETBKCOLOR = LVM_FIRST + 1
2324
LVM_SETIMAGELIST = LVM_FIRST + 3
2425
LVM_GETITEM = LVM_FIRST + 75
2526
LVM_SETITEM = LVM_FIRST + 76

0 commit comments

Comments
 (0)