diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-05 11:36:13 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-05 11:36:13 +0200 |
| commit | 28c6d721101bff053b565ce810b462b7ad119fad (patch) | |
| tree | 8cbca5fb1a7f0ee9b234115f50f2dbe5396d50b3 /src | |
| parent | c3cd14f3c529d75de5130facc3542f4a0f56d7f9 (diff) | |
| download | box64-28c6d721101bff053b565ce810b462b7ad119fad.tar.gz box64-28c6d721101bff053b565ce810b462b7ad119fad.zip | |
Added a few more wrapped function xkbcommon (for #17)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedxkbcommon_private.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/wrappedxkbcommon_private.h b/src/wrapped/wrappedxkbcommon_private.h index 4563f3a6..e65657b4 100644 --- a/src/wrapped/wrappedxkbcommon_private.h +++ b/src/wrapped/wrappedxkbcommon_private.h @@ -56,8 +56,8 @@ GO(xkb_keymap_num_layouts_for_key, uFpu) GO(xkb_keymap_num_leds, uFp) GO(xkb_keymap_num_levels_for_key, uFpuu) GO(xkb_keymap_num_mods, uFp) -//GO(xkb_keymap_ref, -//GO(xkb_keymap_unref, +GO(xkb_keymap_ref, pFp) +GO(xkb_keymap_unref, vFp) //GO(xkb_keysym_from_name, //GO(xkb_keysym_get_name, //GO(xkb_keysym_to_lower, @@ -84,10 +84,10 @@ GO(xkb_keymap_num_mods, uFp) //GO(xkb_state_mod_mask_remove_consumed, //GO(xkb_state_mod_name_is_active, //GO(xkb_state_mod_names_are_active, -//GO(xkb_state_new, -//GO(xkb_state_ref, +GO(xkb_state_new, pFp) +GO(xkb_state_ref, pFp) //GO(xkb_state_serialize_layout, //GO(xkb_state_serialize_mods, -//GO(xkb_state_unref, +GO(xkb_state_unref, vFp) //GO(xkb_state_update_key, GO(xkb_state_update_mask, iFpiiiiii) |