Re: libwayland surface coordinate question

2019-11-21 Thread Ken C
That is going to be it. The client happens to be a minimal gtk3 app. Thank-you so much for the pointer towards weston_desktop_surface_get_geometry(). On Thu, Nov 21, 2019 at 5:52 PM Scott Anderson wrote: > > On 22/11/19 2:40 pm, Ken C wrote: > > I am just starting out with libwesto

libwayland surface coordinate question

2019-11-21 Thread Ken C
I am just starting out with libweston and have a beginner question regarding surface/view coordinates. I am looking to implement something along the lines of issue #277 on gitlab[1], "New shell plugin for single-app usecases". I have swapped out weston-desktop-shell with a toy client just to get gr