mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
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:
parent
1d40640188
commit
0076c528b7
5 changed files with 30 additions and 41 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue