summaryrefslogtreecommitdiff
path: root/wintable/main.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-01-07 16:24:17 -0500
committerPietro Gagliardi <[email protected]>2015-01-07 16:24:17 -0500
commit3b81ebab986d619742fffc052d4fca6a8c5080fd (patch)
tree1ef2eb935d51ed0dabbd61bcf8ce7bcb7a944dde /wintable/main.h
parent7c473a9fdcfd9c0efa09839b1f8da19a74ae2bdc (diff)
Switched the test program to make the Table an actual child window now that I'm about to implement actually getting data in the real world. Implemented focus grabbing. More TODOs.
Diffstat (limited to 'wintable/main.h')
-rw-r--r--wintable/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/main.h b/wintable/main.h
index 7199676..3999d7b 100644
--- a/wintable/main.h
+++ b/wintable/main.h
@@ -148,6 +148,7 @@ static void deftablePanic(const char *msg, DWORD lastError)
DebugBreak();
}
+// TODO have hInstance passed in
void initTable(void (*panicfunc)(const char *msg, DWORD lastError), BOOL (*WINAPI tme)(LPTRACKMOUSEEVENT))
{
WNDCLASSW wc;