Home
last modified time | relevance | path

Searched defs:xkb_context (Results 1 – 25 of 69) sorted by relevance

123

/dports/x11/libxkbcommon/libxkbcommon-1.3.1/src/
H A Dcontext.h31 struct xkb_context { struct
34 ATTR_PRINTF(3, 0) void (*log_fn)(struct xkb_context *ctx, argument
59 xkb_context_num_failed_include_paths(struct xkb_context *ctx); argument
/dports/www/libwpe/libwpe-1.12.0/src/
H A Dinput.c53 wpe_input_xkb_context_get_context(struct wpe_input_xkb_context* xkb_context) in wpe_input_xkb_context_get_context()
59 wpe_input_xkb_context_try_ensure_keymap(struct wpe_input_xkb_context* xkb_context) in wpe_input_xkb_context_try_ensure_keymap()
73 wpe_input_xkb_context_get_keymap(struct wpe_input_xkb_context* xkb_context) in wpe_input_xkb_context_get_keymap()
81 wpe_input_xkb_context_set_keymap(struct wpe_input_xkb_context* xkb_context, struct xkb_keymap* keym… in wpe_input_xkb_context_set_keymap()
92 wpe_input_xkb_context_get_state(struct wpe_input_xkb_context* xkb_context) in wpe_input_xkb_context_get_state()
100 wpe_input_xkb_context_try_ensure_compose_table(struct wpe_input_xkb_context* xkb_context) in wpe_input_xkb_context_try_ensure_compose_table()
113 wpe_input_xkb_context_get_compose_table(struct wpe_input_xkb_context* xkb_context) in wpe_input_xkb_context_get_compose_table()
121 wpe_input_xkb_context_set_compose_table(struct wpe_input_xkb_context* xkb_context, struct xkb_compo… in wpe_input_xkb_context_set_compose_table()
132 wpe_input_xkb_context_get_compose_state(struct wpe_input_xkb_context* xkb_context) in wpe_input_xkb_context_get_compose_state()
140 wpe_input_xkb_context_get_modifiers(struct wpe_input_xkb_context* xkb_context, uint32_t depressed, … in wpe_input_xkb_context_get_modifiers()
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/xkbcommon-0.4.0/src/xkb/
H A Dffi.rs8 pub enum xkb_context {} enum
143 pub fn xkb_context_unref(context: *mut xkb_context); in xkb_context_unref()
146 pub fn xkb_context_set_user_data(context: *mut xkb_context, in xkb_context_set_user_data()
152 pub fn xkb_context_include_path_append(context: *mut xkb_context, in xkb_context_include_path_append()
169 pub fn xkb_context_set_log_level(context: *mut xkb_context, in xkb_context_set_log_level()
175 pub fn xkb_context_set_log_verbosity(context: *mut xkb_context, in xkb_context_set_log_verbosity()
181 pub fn xkb_context_set_log_fn(context: *mut xkb_context, in xkb_context_set_log_fn()
185 pub fn xkb_keymap_new_from_names(context: *mut xkb_context, in xkb_keymap_new_from_names()
191 pub fn xkb_keymap_new_from_file(context: *mut xkb_context, in xkb_keymap_new_from_file()
197 pub fn xkb_keymap_new_from_string(context: *mut xkb_context, in xkb_keymap_new_from_string()
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xkbcommon-0.4.0/src/xkb/
H A Dffi.rs8 pub enum xkb_context {} enum
143 pub fn xkb_context_unref(context: *mut xkb_context); in xkb_context_unref()
146 pub fn xkb_context_set_user_data(context: *mut xkb_context, in xkb_context_set_user_data()
152 pub fn xkb_context_include_path_append(context: *mut xkb_context, in xkb_context_include_path_append()
169 pub fn xkb_context_set_log_level(context: *mut xkb_context, in xkb_context_set_log_level()
175 pub fn xkb_context_set_log_verbosity(context: *mut xkb_context, in xkb_context_set_log_verbosity()
181 pub fn xkb_context_set_log_fn(context: *mut xkb_context, in xkb_context_set_log_fn()
185 pub fn xkb_keymap_new_from_names(context: *mut xkb_context, in xkb_keymap_new_from_names()
191 pub fn xkb_keymap_new_from_file(context: *mut xkb_context, in xkb_keymap_new_from_file()
197 pub fn xkb_keymap_new_from_string(context: *mut xkb_context, in xkb_keymap_new_from_string()
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/xkbcommon-0.4.0/src/xkb/x11/
H A Dffi.rs34 pub fn xkb_x11_keymap_new_from_device(context: *mut xkb_context, in xkb_x11_keymap_new_from_device()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xkbcommon-0.4.0/src/xkb/x11/
H A Dffi.rs34 pub fn xkb_x11_keymap_new_from_device(context: *mut xkb_context, in xkb_x11_keymap_new_from_device()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/wayland/
H A DSDL_waylandvideo.h54 struct xkb_context *xkb_context; member
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/wayland/
H A DSDL_waylandvideo.h54 struct xkb_context *xkb_context; member
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/wayland/
H A DSDL_waylandvideo.h54 struct xkb_context *xkb_context; member
/dports/x11/showmethekey/showmethekey-1.5.0/showmethekey-gtk/
H A Dsmtk-keys-mapper.c12 struct xkb_context *xkb_context; member
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.12.3/src/seat/keyboard/
H A Dstate.rs8 xkb_context: *mut ffi::xkb_context, field
217 let xkb_context = in new() localVariable
H A Dffi.rs16 pub struct xkb_context; struct
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/wayland/
H A DSDL_waylandvideo.h59 struct xkb_context *xkb_context; member
/dports/x11/waybar/Waybar-0.9.12/src/modules/sway/
H A Dlanguage.cpp131 XKBContext xkb_context; in init_layouts_map() local
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/modules/engines/nimf-system-keyboard/
H A Dnimf-system-keyboard.c47 struct xkb_context *xkb_context; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/modules/services/wayland/
H A Dnimf-wayland.h73 struct xkb_context *xkb_context; member
/dports/graphics/freeglut/freeglut-3.2.1/src/wayland/
H A Dfg_internal_wl.h53 struct xkb_context* xkb_context; /* The global XKB keyboard context */ member
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/smithay-client-toolkit-0.4.6/src/keyboard/
H A Dffi.rs17 pub struct xkb_context; struct
H A Dmod.rs40 xkb_context: *mut ffi::xkb_context, field
231 let xkb_context = in new() localVariable
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/smithay-client-toolkit-0.14.0/src/seat/keyboard/
H A Dffi.rs16 pub struct xkb_context; struct
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/smithay-client-toolkit-0.6.6/src/keyboard/
H A Dffi.rs17 pub struct xkb_context; struct
/dports/games/dose-response/dose-response-179c326/cargo-crates/smithay-client-toolkit-0.4.5/src/keyboard/
H A Dffi.rs17 pub struct xkb_context; struct
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.14.0/src/seat/keyboard/
H A Dffi.rs16 pub struct xkb_context; struct
/dports/x11-toolkits/wlroots/wlroots-0.12.0/examples/
H A Dinput-method-keyboard-grab.c20 static struct xkb_context *xkb_context = NULL; variable
/dports/x11/dmenu-wayland/dmenu-wayland-0.1/
H A Ddraw.h46 struct xkb_context *xkb_context; member

123