From 4bede4aa8d673e04ee1157ddb62721fa4e6813d9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 11 Aug 2014 00:17:21 -0400 Subject: Split the autocorrect disabling stuff on Mac OS X into its own function and marked the TextArea TODO as a future plan. --- redo/objc_darwin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'redo/objc_darwin.h') 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 -- cgit v1.2.3