diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-05-26 21:33:18 +1000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-05-26 21:33:18 +1000 |
| commit | 67e594bcc61733f721d5563a2311c59b5ff6d350 (patch) | |
| tree | 39d4462eaba6be458a7ea2277a5cad79c3acb553 /include | |
| parent | 2fb244274886d5f6c014ad1867519c622cd92cb1 (diff) | |
Don't let xwayland views set position unless unmanaged
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index 65a23902..5c2f759c 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -137,6 +137,7 @@ struct sway_xwayland_view { struct wl_listener unmap; struct wl_listener destroy; + int pending_lx, pending_ly; int pending_width, pending_height; }; |
