On the client side, it is as you said, you'll need to make the request on
the GtkWindow's wl_surface.
On the server side, in the protocol implementation you will get a
wl_resource* surface_resource which corresponds to the wl_surface object.
You can then do `weston_surface *surface =
wl_resource_g
> On 22 May 2019, at 21:36, Ilia Bozhinov wrote:
>
> If you have a panel/any UI elements, then you most probably have a protocol
> to communicate that the UI element surface is a special surface. You could
> then just extend this protocol so that you specify Z-ordering of these
> surfaces, and
Hello!
Less than three weeks to go to submit your talks, workshops or demos
for this year's X.Org Developer Conference, which will be taking place
in Montréal, Canada on October 2-4, 2019!
The 2019 X.Org Developers Conference is the annual technical meeting
for X Window System and Free Desktop de
On Thu, 20 Jun 2019 05:19:09 +
"Ray, Ian (GE Healthcare)" wrote:
> > On 17 Jun 2019, at 17.45, Theo BUENO wrote:
> >
> > Hello everyone,
> >
> > I am (relatively) new Weston user working with industrial embedded
> > Linux systems. I am seeking for advice regarding a Weston use case.
> >
>