mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
action: Select resize edges for Resize triggered by keybind
This commit is contained in:
parent
f112fb636e
commit
bbc6c6bb94
3 changed files with 18 additions and 7 deletions
|
|
@ -545,6 +545,9 @@ struct cursor_context get_cursor_context(struct server *server);
|
|||
*/
|
||||
void cursor_set(struct seat *seat, const char *cursor_name);
|
||||
|
||||
uint32_t cursor_get_resize_edges(struct wlr_cursor *cursor,
|
||||
struct cursor_context *ctx);
|
||||
|
||||
/**
|
||||
* cursor_update_focus - update cursor focus, may update the cursor icon
|
||||
* @server - server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue