mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
ipc: add pid information for views in layout tree
This commit is contained in:
parent
5912325d5c
commit
81f3fda6fa
3 changed files with 5 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ struct sway_view {
|
|||
struct sway_container *container; // NULL if unmapped and transactions finished
|
||||
struct wlr_surface *surface; // NULL for unmapped views
|
||||
|
||||
pid_t pid;
|
||||
|
||||
// Geometry of the view itself (excludes borders) in layout coordinates
|
||||
double x, y;
|
||||
int width, height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue