mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
[wip] convert to wlr_fbox
This commit is contained in:
parent
7585c7c26a
commit
aa6e80d9a1
6 changed files with 22 additions and 22 deletions
|
|
@ -5,7 +5,7 @@
|
|||
struct view;
|
||||
struct server;
|
||||
struct wl_list;
|
||||
struct wlr_box;
|
||||
struct wlr_fbox;
|
||||
|
||||
struct action {
|
||||
struct wl_list link; /* struct keybinding.actions,
|
||||
|
|
@ -18,7 +18,7 @@ struct action {
|
|||
|
||||
struct action *action_create(const char *action_name);
|
||||
void action_arg_add_str(struct action *action, char *key, const char *value);
|
||||
struct wlr_box *action_arg_add_box(struct action *action, char *name);
|
||||
struct wlr_fbox *action_arg_add_fbox(struct action *action, char *name);
|
||||
void actions_run(struct view *activator, struct server *server,
|
||||
struct wl_list *actions, uint32_t resize_edges);
|
||||
void action_list_free(struct wl_list *action_list);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue