action: refactor action()

This commit is contained in:
Johan Malm 2020-09-25 19:37:51 +01:00
parent d15e48269d
commit 745915c0ba
3 changed files with 10 additions and 10 deletions

View file

@ -240,7 +240,7 @@ struct wlr_box deco_max_extents(struct view *view);
struct wlr_box deco_box(struct view *view, enum deco_part deco_part);
enum deco_part deco_at(struct view *view, double lx, double ly);
void action(struct server *server, struct keybind *keybind);
void action(struct server *server, const char *action, const char *command);
void dbg_show_one_view(struct view *view);
void dbg_show_views(struct server *server);