summaryrefslogtreecommitdiff
path: root/wintable/new/children.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-12-08 12:57:54 -0500
committerPietro Gagliardi <[email protected]>2014-12-08 12:57:54 -0500
commit01efbd750f7dfeb8c27afc92f3403fa07f1bc1c4 (patch)
tree6317b2fdb3cf8260a2af9a8efb109c00e066246d /wintable/new/children.h
parent7cfda3ad616affbb062c3dc5f5c79f8710b382fb (diff)
Added tracking of header column sizes.
Diffstat (limited to 'wintable/new/children.h')
-rw-r--r--wintable/new/children.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/new/children.h b/wintable/new/children.h
index ba58939..6a3aff3 100644
--- a/wintable/new/children.h
+++ b/wintable/new/children.h
@@ -5,6 +5,7 @@ static const handlerfunc commandHandlers[] = {
};
static const handlerfunc notifyHandlers[] = {
+ headerNotifyHandler,
NULL,
};