On Tue, 10 Mar 2015 12:07:52 -0700
Bill Spitzak wrote:
> On 03/09/2015 11:34 PM, Pekka Paalanen wrote:
> > On Mon, 09 Mar 2015 10:56:23 -0700
> > Bill Spitzak wrote:
> >
> >> On 03/09/2015 01:20 AM, Pekka Paalanen wrote:
> >>
> >>> However, we already also have an exception to this in upstream:
On 03/09/2015 11:34 PM, Pekka Paalanen wrote:
On Mon, 09 Mar 2015 10:56:23 -0700
Bill Spitzak wrote:
On 03/09/2015 01:20 AM, Pekka Paalanen wrote:
However, we already also have an exception to this in upstream: the
Wayland backend needs to draw the output window decorations.
Sorry can yo
On Mon, 9 Mar 2015 23:57:36 -0700
"Jasper St. Pierre" wrote:
> The X11 xwm also draws decorations for client windows inside the compositor.
Yes it does, but that drawing is done for X11 (xcb) - I mean, that
Cairo drawing goes to a X11 Window directly, which then comes back from
Xwayland server f
The X11 xwm also draws decorations for client windows inside the compositor.
On Mon, Mar 9, 2015 at 11:34 PM, Pekka Paalanen wrote:
> On Mon, 09 Mar 2015 10:56:23 -0700
> Bill Spitzak wrote:
>
> > On 03/09/2015 01:20 AM, Pekka Paalanen wrote:
> >
> > > However, we already also have an exception
On Mon, 09 Mar 2015 10:56:23 -0700
Bill Spitzak wrote:
> On 03/09/2015 01:20 AM, Pekka Paalanen wrote:
>
> > However, we already also have an exception to this in upstream: the
> > Wayland backend needs to draw the output window decorations.
>
> Sorry can you explain that in more detail?
An ap
On 03/09/2015 01:20 AM, Pekka Paalanen wrote:
However, we already also have an exception to this in upstream: the
Wayland backend needs to draw the output window decorations.
Sorry can you explain that in more detail?
___
wayland-devel mailing list
w
On Sun, 8 Mar 2015 10:33:25 +0100
Benoit Gschwind wrote:
> This patch allow desktop-shell and other components of weston to create
> local texture as surface and show them. This patch support only the
> gl-renderer.
> ---
> Makefile.am| 2 ++
> src/compositor-drm.c | 3 +
This patch allow desktop-shell and other components of weston to create
local texture as surface and show them. This patch support only the
gl-renderer.
---
Makefile.am| 2 ++
src/compositor-drm.c | 3 ++
src/compositor.c | 51 +++---
src/c