Re: [PATCH] xwayland: Implement smooth scrolling

2015-04-30 Thread Peter Hutterer
On Wed, Apr 29, 2015 at 10:39:18PM -0700, Dima Ryazanov wrote: We don't even need to simulate button clicks; it's done automatically. This also fixes scrolling in Qt5 apps. Signed-off-by: Dima Ryazanov d...@gmail.com Reviewed-by: Peter Hutterer peter.hutte...@who-t.net Cheers, Peter ---

[PATCH] xwayland: Implement smooth scrolling

2015-04-30 Thread Dima Ryazanov
We don't even need to simulate button clicks; it's done automatically. This also fixes scrolling in Qt5 apps. Signed-off-by: Dima Ryazanov d...@gmail.com --- hw/xwayland/xwayland-input.c | 53 +--- hw/xwayland/xwayland.h | 4 2 files changed,

Re: [PATCH 2/2] systemd-logind: Only use systemd-logind integration together with keeptty

2015-04-30 Thread Hans de Goede
Hi, On 23-01-15 05:20, Peter Hutterer wrote: On Wed, Jan 21, 2015 at 10:36:16AM +0100, Hans de Goede wrote: systemd-logind integration does not work when starting X on a new tty, as that detaches X from the current session and after hat systemd-logind revokes all rights any already open fds

Re: [PATCH 1/2] linux: Add linux_get_vtno and linux_get_keeptty helpers

2015-04-30 Thread Hans de Goede
Hi, So after letting these sit it is time to dust them of, fix the review comments and get them upstream. On 23-01-15 05:20, Peter Hutterer wrote: On Wed, Jan 21, 2015 at 10:36:15AM +0100, Hans de Goede wrote: systemd-logind integration does not work when starting X on a new tty, as that

[PATCH v2 2/2] systemd-logind: Only use systemd-logind integration together with keeptty

2015-04-30 Thread Hans de Goede
systemd-logind integration does not work when starting X on a new tty, as that detaches X from the current session and after hat systemd-logind revokes all rights any already open fds and refuses to open new fds for X. This means that currently e.g. startx -- vt7 breaks, and breaks badly,

[PATCH v2 1/2] linux: Add linux_get_vtno and linux_get_keeptty helpers

2015-04-30 Thread Hans de Goede
systemd-logind integration does not work when starting X on a new tty, as that detaches X from the current session and after hat systemd-logind revokes all rights on any already open fds and refuses to open new fds for X. This means that currently e.g. startx -- vt7 breaks, and breaks badly,

[PATCH] xfree86: Return NULL from xf86CompatOutput if no compat_output is defined

2015-04-30 Thread Jason Gerecke
If no compat_output is defined, we inadvertently (attempt to) return whatever data is at index -1. Instead, return NULL since that's what callers are expecting. Signed-off-by: Jason Gerecke jason.gere...@wacom.com --- hw/xfree86/modes/xf86Crtc.h | 2 ++ 1 file changed, 2 insertions(+) diff

Re: [PATCH 5/5] modesetting: Implement page flipping support for Present.

2015-04-30 Thread Michel Dänzer
On 22.04.2015 09:58, Kenneth Graunke wrote: +/* + * Test to see if page flipping is possible on the target crtc + */ +static Bool +ms_present_check_flip(RRCrtcPtr crtc, + WindowPtr window, + PixmapPtr pixmap, + Bool sync_flip)

[PATCH xman] If we have man-db, don't try and emulate man's pipeline

2015-04-30 Thread Julien Cristau
Just let man itself do the formatting / zsoelim / ... dance. This became necessary with man-db 2.7.0 moving zsoelim out of $PATH. Debian bug#764792 https://bugs.debian.org/764792 Signed-off-by: Julien Cristau jcris...@debian.org --- configure.ac | 5 + misc.c | 8 2 files