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.9 by sf-exg, Mon Aug 23 15:09:00 2010 UTC vs.
Revision 1.10 by sf-exg, Mon Aug 23 15:58:43 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;
101}; 98};
102 99
103#endif /* KEYSYM_RESOURCE */ 100#endif /* KEYSYM_RESOURCE */
104 101
105#endif /* KEYBOARD_H_ */ 102#endif /* KEYBOARD_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines