types: add "Effects on keymap" to overview
Signed-off-by: Ran Benita <ran234@gmail.com>master
parent
7ef359def1
commit
8f1ee62904
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue