summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-11 00:17:21 -0400
committerPietro Gagliardi <[email protected]>2014-08-11 00:17:21 -0400
commit4bede4aa8d673e04ee1157ddb62721fa4e6813d9 (patch)
tree18a51bb66b6fd4017d86d221526354b6b200464f /redo/objc_darwin.h
parent57cdc83280f01d892e7109a2c6b0032ea9c6887e (diff)
Split the autocorrect disabling stuff on Mac OS X into its own function and marked the TextArea TODO as a future plan.
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h
index 14164f0..b95cc07 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -110,4 +110,7 @@ extern uintptr_t pressedMouseButtons(void);
extern uintptr_t keyCode(id);
extern void areaRepaintAll(id);
+/* common_darwin.m */
+extern void disableAutocorrect(id);
+
#endif