implement Resize as an action

this requires action() to know the resize edges to use, so thread them through
This commit is contained in:
bi4k8 2021-12-01 02:38:53 +00:00 committed by Johan Malm
parent 8eab1e8132
commit 031ced85ef
5 changed files with 24 additions and 13 deletions

View file

@ -470,7 +470,8 @@ void server_init(struct server *server);
void server_start(struct server *server);
void server_finish(struct server *server);
void action(struct server *server, const char *action, const char *command);
void action(struct server *server, const char *action, const char *command,
uint32_t resize_edges);
/* update onscreen display 'alt-tab' texture */
void osd_update(struct server *server);