On Mon, 18 May 2015 19:23:20 -0700
Bryce Harrington wrote:
> On Sat, May 02, 2015 at 11:52:22PM +0200, Auke Booij wrote:
> > On 19 April 2015 at 14:51, Jeroen Bollen wrote:
> > > Hello,
> > >
> > > It seems like this discussion died off. Currently there is no way to tell,
> > > from the Wayland
When a compositor window is closed, remove the output instead of just exiting.
(The "if (!input->output)" checks are kind of ugly - but I couldn't find
a better way to handle the output going away.)
Signed-off-by: Dima Ryazanov
---
src/compositor-wayland.c | 22 +++---
1 file ch
On Tue, May 19, 2015 at 12:04:34PM +1000, Peter Hutterer wrote:
> This is mostly just a comment on a failed attempt, in case someone is
> tempted to try it or has any feedback otherwise.
>
> The libinput tests suite has a couple of binaries (test-touchpad,
> test-pointer, etc.). The .NOTPARALLEL d
On Sat, May 02, 2015 at 11:52:22PM +0200, Auke Booij wrote:
> On 19 April 2015 at 14:51, Jeroen Bollen wrote:
> > Hello,
> >
> > It seems like this discussion died off. Currently there is no way to tell,
> > from the Wayland XML specification whether an argument is a bitfield, or
> > whether the a
Hardware cursors have been causing some problems with some drivers, mostly i915
This will probably be changed once Atomic Mode Setting arrives, to probably
only force gl cursors
to always be on when Atomic Mode Setting isn't supported by the driver, or
kernel version
---
src/compositor-drm.c |
This is mostly just a comment on a failed attempt, in case someone is
tempted to try it or has any feedback otherwise.
The libinput tests suite has a couple of binaries (test-touchpad,
test-pointer, etc.). The .NOTPARALLEL directive makes sure they're run
serialised during make check. Because of t
On Sun, May 17, 2015 at 07:21:24AM +, Aaron Hamilton wrote:
> Fixes a segmentation fault when terminal processes a DCH ansi escape code and
> the cursor is at the end of the row, and terminal_shift_line calls memmove on
> memory it doesn't own.
> ---
It looks like this also gets called for I
On Fri, 15 May 2015 12:12:39 -0500
Derek Foreman wrote:
> Currently we pass either a single format or no formats to the gl renderer
> create and output_create functions. We extend this to any number of
> formats so we can allow fallback formats if we don't get our first pick.
>
> Reviewed-By: B
On Fri, 15 May 2015 18:42:32 -0400
nerdopolis wrote:
> On Friday, May 15, 2015 12:30:30 PM David Herrmann wrote:
> > Hi
> >
> > On Fri, May 15, 2015 at 8:39 AM, Pekka Paalanen wrote:
> > >
> > > On Wed, 13 May 2015 21:43:39 -0400
> > > nerdopolis wrote:
> > >
> > > > Resolving https://bugs.fre
On Fri, 15 May 2015 16:13:32 -0700
Bryce Harrington wrote:
> On Fri, May 15, 2015 at 11:12:45AM +0100, Daniel Stone wrote:
> > Hi,
> >
> > On 15 May 2015 at 09:21, Bryce Harrington wrote:
> > > + for (i=y0; i > > + p = a->data + i * a->stride + x0 * a_bpp;
> > > +
10 matches
Mail list logo