OSDN Git Service

Add FuncDefs class to handle functions defined in dot.xkeymacs.
[xkeymacs/xkeymacs.git] / xkeymacsdll / ipc.h
index 7873c3f..206eba4 100644 (file)
@@ -29,7 +29,7 @@ struct AppConfig {
 \r
 struct Config {\r
        AppConfig AppConfig[MAX_APP];\r
-       TCHAR FuncDefs[MAX_FUNCTION][MAX_DEFINITION];\r
+       KeyBind FuncDefs[MAX_FUNCTION][MAX_DEFINITION];\r
        bool Is106Keyboard;\r
 };\r
 \r