diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-17 21:43:32 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-17 21:43:32 -0500 |
| commit | 1913564fda999c748a4b7dd853c12e6120387e08 (patch) | |
| tree | af7018fd48bf312148dfd40bd757b1cf66e59f48 /table_windows.c | |
| parent | b912afe4e7fe8cc156f9c957123eb125225f3ea3 (diff) | |
Tied Table initialization in. Now to test!
Diffstat (limited to 'table_windows.c')
| -rw-r--r-- | table_windows.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/table_windows.c b/table_windows.c index 843e5d2..10bbb2c 100644 --- a/table_windows.c +++ b/table_windows.c @@ -8,6 +8,11 @@ // provided for cgo's benefit LPWSTR xtableWindowClass = tableWindowClass; +void doInitTable(void) +{ + initTable(xpanic, fv__TrackMouseEvent); +} + static LRESULT CALLBACK tableSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, UINT_PTR id, DWORD_PTR data) { NMHDR *nmhdr = (NMHDR *) lParam; |
