summaryrefslogtreecommitdiff
path: root/wintable/api.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-02-19 23:52:18 -0500
committerPietro Gagliardi <[email protected]>2015-02-19 23:52:18 -0500
commit0bd127a3ed16f2bc1865ca5b4c2b127a782c0357 (patch)
tree231214722f26564c92f4125a306036108881a6a9 /wintable/api.h
parent7a26870c1ab37f7eb430ffab51035a7d3cb48274 (diff)
More TODOs.
Diffstat (limited to 'wintable/api.h')
-rw-r--r--wintable/api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/api.h b/wintable/api.h
index 5016710..09552e5 100644
--- a/wintable/api.h
+++ b/wintable/api.h
@@ -16,6 +16,7 @@ static void addColumn(struct table *t, WPARAM wParam, LPARAM lParam)
// TODO send a notification for all rows?
}
+// TODO what happens if the currently selected row is lost?
static void setRowCount(struct table *t, intptr_t rc)
{
intptr_t old, i;