--- rxvt-unicode/src/keyboard.h 2008/01/10 00:44:43 1.8 +++ rxvt-unicode/src/keyboard.h 2010/08/23 15:58:43 1.10 @@ -32,8 +32,8 @@ #include "rxvtutil.h" #define KEYSYM_HASH_BITS 4 /* lowest #bits of keysym is used as hash key */ -#define KEYSYM_HASH_BUDGETS (1< keymap; #if STOCK_KEYMAP // 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 */