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

@ -9,5 +9,6 @@ struct foreign_toplevel *foreign_toplevel_create(struct view *view);
void foreign_toplevel_set_parent(struct foreign_toplevel *toplevel,
struct foreign_toplevel *parent);
void foreign_toplevel_destroy(struct foreign_toplevel *toplevel);
const char *foreign_toplevel_get_identifier(struct foreign_toplevel *toplevel);
#endif /* LABWC_FOREIGN_TOPLEVEL_H */