summaryrefslogtreecommitdiffstats
path: root/src/gui_mac.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-08-09 17:55:22 +0000
committerBram Moolenaar <Bram@vim.org>2008-08-09 17:55:22 +0000
commited39e1d53cc4916c2390aea635cd8419497c1460 (patch)
tree55d468c93579ad2607d56eade9fd6b685cd00c44 /src/gui_mac.c
parenta6404a4e100ebe2081bd2678166604f402330143 (diff)
updated for version 7.2-000v7.2.000v7.2
Diffstat (limited to 'src/gui_mac.c')
-rw-r--r--src/gui_mac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c
index 77cd5cad2b..d54c110050 100644
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -62,6 +62,7 @@ SInt32 gMacSystemVersion;
static int im_is_active = FALSE;
#if 0
+ /* TODO: Implement me! */
static int im_start_row = 0;
static int im_start_col = 0;
#endif