Re: [weston, v3, 3/3] libweston-desktop/xwayland: react to geometry changes

2017-04-11 Thread Louis-Francis Ratté-Boulianne
On Wed, 2017-01-18 at 15:37 +0200, Pekka Paalanen wrote: > From: Pekka Paalanen > > Fix up the window position whenever the geometry info changes. > > If the window geometry changes, we want to keep the input-responding > content anchored to top-left. It is done by manipulating the dx,dy > argum

[PATCH weston v3 3/3] libweston-desktop/xwayland: react to geometry changes

2017-01-18 Thread Pekka Paalanen
From: Pekka Paalanen Fix up the window position whenever the geometry info changes. If the window geometry changes, we want to keep the input-responding content anchored to top-left. It is done by manipulating the dx,dy arguments originating from a wl_surface.attach request. Signed-off-by: Pekk