Add ipc_event_window_geometry() helper

This allows creating events based on different labwc internal geometries.
Also use ipc internal geometry for clients and not just deduplication.
This commit is contained in:
Consolatis 2026-04-16 00:27:57 +02:00 committed by Anirvan Banerjee
parent 1d40640188
commit 0076c528b7
5 changed files with 30 additions and 41 deletions

View file

@ -71,6 +71,7 @@ void ipc_event_workspace(const char *change, struct workspace *current,
struct workspace *old);
void ipc_event_output(const char *change);
void ipc_event_window(const char *change, struct view *view);
void ipc_event_window_geometry(struct view *view, struct wlr_box *new_geo);
void ipc_event_shutdown(void);
#endif /* LABWC_IPC_H */
#endif /* LABWC_IPC_H */