summaryrefslogtreecommitdiff
path: root/comboboxes.go
diff options
context:
space:
mode:
Diffstat (limited to 'comboboxes.go')
-rw-r--r--comboboxes.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/comboboxes.go b/comboboxes.go
index 77b7046..ac2a715 100644
--- a/comboboxes.go
+++ b/comboboxes.go
@@ -67,6 +67,7 @@ const (
)
// Combobox WM_COMMAND notificaitons.
+// TODO filter out notifications not provided in windows 2000
const (
// from winuser.h
CBN_ERRSPACE = (-1) // TODO this will blow up the Go compiler if it's used