--- rxvt-unicode/src/keyboard.h 2010/08/23 15:58:43 1.10 +++ rxvt-unicode/src/keyboard.h 2010/08/23 16:06:44 1.11 @@ -95,6 +95,9 @@ // stock keymaps are all static data static keysym_t stock_keymap[]; #endif + // user keymaps and their .string are dynamically allocated and freed + vector user_keymap; + vector user_translations; }; #endif /* KEYSYM_RESOURCE */