diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-08 10:01:41 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-08 10:01:41 -0500 |
| commit | 2f95837155e84240b508d561372ff54ef2b836bc (patch) | |
| tree | 4e14bb3fef8ab05334a2dd163dd5449399f4d1ce /wintable/new/main.c | |
| parent | 47a83a311d6f9702ab6ce87a38d77234496d09ad (diff) | |
Added drawing scaffolds to the new Windows Table.
Diffstat (limited to 'wintable/new/main.c')
| -rw-r--r-- | wintable/new/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c index cc27111..1c097fd 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -57,11 +57,13 @@ struct table { #include "header.h" #include "children.h" #include "resize.h" +#include "draw.h" static const handlerfunc handlers[] = { eventHandlers, childrenHandlers, resizeHandler, + drawHandlers, NULL, }; |
