mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
xdg: add snapping.notifyClient option to control tiling events
This commit is contained in:
parent
9f51384b6a
commit
3162bbb3c2
7 changed files with 100 additions and 41 deletions
|
|
@ -94,7 +94,7 @@ struct view_impl {
|
|||
void (*map)(struct view *view);
|
||||
void (*set_activated)(struct view *view, bool activated);
|
||||
void (*set_fullscreen)(struct view *view, bool fullscreen);
|
||||
void (*set_tiled)(struct view *view);
|
||||
void (*notify_tiled)(struct view *view);
|
||||
/*
|
||||
* client_request is true if the client unmapped its own
|
||||
* surface; false if we are just minimizing the view. The two
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue