summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-26 21:33:18 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-06-01 23:14:58 +1000
commit5b1601c2e32b43cbb253fcd396ab9096f51b7e6c (patch)
tree39d4462eaba6be458a7ea2277a5cad79c3acb553 /include
parentUse swayc rather than wlr_output when rendering (diff)
downloadsway-5b1601c2e32b43cbb253fcd396ab9096f51b7e6c.tar.gz
sway-5b1601c2e32b43cbb253fcd396ab9096f51b7e6c.tar.zst
sway-5b1601c2e32b43cbb253fcd396ab9096f51b7e6c.zip
Don't let xwayland views set position unless unmanaged
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h1
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 {
137 struct wl_listener unmap; 137 struct wl_listener unmap;
138 struct wl_listener destroy; 138 struct wl_listener destroy;
139 139
140 int pending_lx, pending_ly;
140 int pending_width, pending_height; 141 int pending_width, pending_height;
141}; 142};
142 143