ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/keyboard.h
(Generate patch)

Comparing rxvt-unicode/src/keyboard.h (file contents):
Revision 1.7 by root, Mon Feb 20 22:40:35 2006 UTC vs.
Revision 1.8 by ayin, Thu Jan 10 00:44:43 2008 UTC

89 89
90private: 90private:
91 uint16_t hash[KEYSYM_HASH_BUDGETS]; 91 uint16_t hash[KEYSYM_HASH_BUDGETS];
92 vector<keysym_t *> keymap; 92 vector<keysym_t *> keymap;
93 93
94#if STOCK_KEYMAP
94 // stock keymaps are all static data 95 // stock keymaps are all static data
95 static keysym_t stock_keymap[]; 96 static keysym_t stock_keymap[];
97#endif
96 // user keymaps and their .string are dynamicaly allocated and freed 98 // user keymaps and their .string are dynamically allocated and freed
97 vector<keysym_t *> user_keymap; 99 vector<keysym_t *> user_keymap;
98 vector<const char *> user_translations; 100 vector<const char *> user_translations;
99}; 101};
100 102
101#endif /* KEYSYM_RESOURCE */ 103#endif /* KEYSYM_RESOURCE */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines