mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
implement Resize as an action
this requires action() to know the resize edges to use, so thread them through
This commit is contained in:
parent
8eab1e8132
commit
031ced85ef
5 changed files with 24 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue