Add wmenu-run executable
This commit is contained in:
parent
1f221a73cf
commit
41e8599392
7 changed files with 103 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ struct pool_buffer *context_get_current_buffer(struct wl_context *context);
|
|||
struct pool_buffer *context_get_next_buffer(struct wl_context *context, int scale);
|
||||
struct wl_surface *context_get_surface(struct wl_context *context);
|
||||
struct xkb_state *context_get_xkb_state(struct wl_context *context);
|
||||
struct xdg_activation_v1 *context_get_xdg_activation(struct wl_context *context);
|
||||
bool context_paste(struct wl_context *context);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue