summaryrefslogtreecommitdiff
path: root/wintable/api.h
diff options
context:
space:
mode:
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;