types: add "Effects on keymap" to overview

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-08-14 14:42:57 +03:00
parent 7ef359def1
commit 8f1ee62904
2 changed files with 11 additions and 2 deletions

View File

@ -104,8 +104,8 @@
*
* Effect on the keymap
* --------------------
* After all of keycodes sections have been compiled, the following members
* of struct xkb_keymap are finalized:
* After all of the xkb_keycodes sections have been compiled, the
* following members of struct xkb_keymap are finalized:
* xkb_keycode_t min_key_code;
* xkb_keycode_t max_key_code;
* darray(struct xkb_key_alias) key_aliases;

View File

@ -124,6 +124,15 @@
*
* Can appear in the xkb_types, xkb_compat, xkb_symbols sections.
* TODO
*
* Effect on keymap
* ----------------
* After all of the xkb_types sections have been compiled, the following
* members of struct xkb_keymap are finalized:
* struct xkb_key_type *types;
* unsigned int num_types;
* char *types_section_name;
* TODO: virtual modifiers.
*/
enum type_field {