comparison src/gui_mac.c @ 1702:5232b9862f23 v7.2 v7.2.000

updated for version 7.2-000
author vimboss
date Sat, 09 Aug 2008 17:55:22 +0000
parents 0b796e045c42
children a9f814054152
comparison
equal deleted inserted replaced
1701:4577899b8ff1 1702:5232b9862f23
60 #ifdef MACOS_CONVERT 60 #ifdef MACOS_CONVERT
61 # define USE_CARBONKEYHANDLER 61 # define USE_CARBONKEYHANDLER
62 62
63 static int im_is_active = FALSE; 63 static int im_is_active = FALSE;
64 #if 0 64 #if 0
65 /* TODO: Implement me! */
65 static int im_start_row = 0; 66 static int im_start_row = 0;
66 static int im_start_col = 0; 67 static int im_start_col = 0;
67 #endif 68 #endif
68 69
69 #define NR_ELEMS(x) (sizeof(x) / sizeof(x[0])) 70 #define NR_ELEMS(x) (sizeof(x) / sizeof(x[0]))