Add swaymsg-compatible IPC interface with labmsg client

This commit is contained in:
stormshadow 2026-04-15 23:25:06 +05:30 committed by Anirvan Banerjee
parent bce14a5ad7
commit 8328c05041
20 changed files with 2291 additions and 11 deletions

View file

@ -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;