summaryrefslogtreecommitdiff
path: root/wintable/new/main.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-12-10 14:07:14 -0500
committerPietro Gagliardi <[email protected]>2014-12-10 14:07:14 -0500
commit4e21ee8b115c08a200d7b4f6dd97c4746ded59b4 (patch)
treea0264490354d6cd343fb09c62a607a31ad007d2b /wintable/new/main.c
parent395521b832acb7f5133f1b2b1920cd31734ed585 (diff)
Added headerHeight to the new Table.
Diffstat (limited to 'wintable/new/main.c')
-rw-r--r--wintable/new/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c
index 79b00ae..0ad1d30 100644
--- a/wintable/new/main.c
+++ b/wintable/new/main.c
@@ -53,6 +53,7 @@ struct table {
intptr_t nColumns;
int *columnTypes;
intptr_t width;
+ intptr_t headerHeight;
};
#include "util.h"