From: Matthias Clasen
Users of libxkbcommon need these values to iterate over all
keycodes in the keymap.
---
src/keymap.c | 12
xkbcommon/xkbcommon.h | 20
2 files changed, 32 insertions(+)
diff --git a/src/keymap.c b/src/keymap.c
index 55000f4..14ec2
Valgrind complains because sometimes padding at the ends of strings and arrays
is left uninitialized. Zeroing out the buffer fixes this problem.
Signed-off-by: Jason Ekstrand
---
src/connection.c | 4
1 file changed, 4 insertions(+)
diff --git a/src/connection.c b/src/connection.c
index 9
On 09/04/2013 21:21, Kristian Høgsberg wrote:
> On Sat, Apr 06, 2013 at 11:39:26PM +0200, Hardening wrote:
>> The keycodes received by the FreeRDP server aren't evdev keycodes.
>> This patch adds the correct convertion to evdev keycodes. After the
>> patch all keys that are marked as extended in RD
On Sat, Apr 06, 2013 at 11:39:26PM +0200, Hardening wrote:
> The keycodes received by the FreeRDP server aren't evdev keycodes.
> This patch adds the correct convertion to evdev keycodes. After the
> patch all keys that are marked as extended in RDP packets become
> functionnal (that's the case for
On Tue, Apr 09, 2013 at 11:48:06AM -0300, Tiago Vignatti wrote:
> This relates to:
> https://bugs.freedesktop.org/show_bug.cgi?id=57634
> https://bugs.freedesktop.org/show_bug.cgi?id=57637
>
> Signed-off-by: Tiago Vignatti
Thanks Tiago, that fixes both those bugs as far as I can see. It
This relates to:
https://bugs.freedesktop.org/show_bug.cgi?id=57634
https://bugs.freedesktop.org/show_bug.cgi?id=57637
Signed-off-by: Tiago Vignatti
---
clients/tablet-shell.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/clients/tablet-shell.c b/clients/tablet-shell.c
index
On 04/09/2013 12:13 AM, Kristian Høgsberg wrote:
• XWM split out as a client. The core feature in this work was about
avoiding the deadlock between X and the X WM in weston. We fixed
this by making the authentication step asynchrohous instead.
right. And the two immediate tasks for
On Mon, 8 Apr 2013 17:11:27 -0400
Kristian Høgsberg wrote:
> On Sun, Apr 07, 2013 at 05:24:51PM +0300, Pekka Paalanen wrote:
> > On Fri, 5 Apr 2013 23:07:11 +0200
> > Jonas Ådahl wrote:
> >
> > > Most backends relies on gettimeofday(2) for output repaint
> > > timestamps but this is not a requ