mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
Add swaymsg-compatible IPC interface with labmsg client
This commit is contained in:
parent
bce14a5ad7
commit
8328c05041
20 changed files with 2291 additions and 11 deletions
|
|
@ -242,6 +242,12 @@ struct view {
|
|||
/* Set temporarily when moving view due to layout change */
|
||||
bool adjusting_for_layout_change;
|
||||
|
||||
/*
|
||||
* Last geometry reported to IPC subscribers. Used to detect
|
||||
* actual position/size changes and emit move/resize events.
|
||||
*/
|
||||
struct wlr_box ipc_last_geo;
|
||||
|
||||
/* used by xdg-shell views */
|
||||
uint32_t pending_configure_serial;
|
||||
struct wl_event_source *pending_configure_timeout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue