summaryrefslogtreecommitdiff
path: root/sysdata_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-12 19:36:02 -0400
committerPietro Gagliardi <[email protected]>2014-05-12 19:36:02 -0400
commit4e946c813e11f0ccbb11f094ed3ea825ef87b6a4 (patch)
tree762d17b9a2d128080c6d5c2e83c8e7884d8c216e /sysdata_darwin.h
parent37f3d0fafc9ce16304ed95a683785cd435c475dc (diff)
More TODOs.
Diffstat (limited to 'sysdata_darwin.h')
-rw-r--r--sysdata_darwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata_darwin.h b/sysdata_darwin.h
index f23bc9b..f3e49a3 100644
--- a/sysdata_darwin.h
+++ b/sysdata_darwin.h
@@ -19,7 +19,7 @@ extern intptr_t comboboxSelectedIndex(id);
extern void comboboxDelete(id, intptr_t);
extern intptr_t comboboxLen(id);
extern void comboboxSelectIndex(id, BOOL, intptr_t);
-extern id makeLineEdit(BOOL);
+extern id makeLineEdit(BOOL); // TODO I accidentally left this as taking no arguments and clang didn't complain when compiling sysdata_darwin.m?!
extern id makeLabel(void);
extern id makeProgressBar(void);
extern void setRect(id, intptr_t, intptr_t, intptr_t, intptr_t);