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.10 by sf-exg, Mon Aug 23 15:58:43 2010 UTC vs.
Revision 1.11 by sf-exg, Mon Aug 23 16:06:44 2010 UTC

93 93
94#if STOCK_KEYMAP 94#if STOCK_KEYMAP
95 // stock keymaps are all static data 95 // stock keymaps are all static data
96 static keysym_t stock_keymap[]; 96 static keysym_t stock_keymap[];
97#endif 97#endif
98 // user keymaps and their .string are dynamically allocated and freed
99 vector<keysym_t *> user_keymap;
100 vector<const char *> user_translations;
98}; 101};
99 102
100#endif /* KEYSYM_RESOURCE */ 103#endif /* KEYSYM_RESOURCE */
101 104
102#endif /* KEYBOARD_H_ */ 105#endif /* KEYBOARD_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines