mirror of
https://codeberg.org/adnano/wmenu.git
synced 2025-10-29 05:40:20 -04:00
Add wmenu-run executable
This commit is contained in:
parent
1f221a73cf
commit
41e8599392
7 changed files with 103 additions and 1 deletions
|
|
@ -128,6 +128,11 @@ struct xkb_state *context_get_xkb_state(struct wl_context *context) {
|
|||
return context->keyboard->state;
|
||||
}
|
||||
|
||||
// Returns the XDG activation object for the context.
|
||||
struct xdg_activation_v1 *context_get_xdg_activation(struct wl_context *context) {
|
||||
return context->activation;
|
||||
}
|
||||
|
||||
// Retrieves pasted text from a Wayland data offer.
|
||||
bool context_paste(struct wl_context *context) {
|
||||
if (!context->data_offer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue