[PATCH libX11 v3] Compose sequences for rouble sign

2017-04-24 Thread ojab
Cyrillic combinations mirror the Qwerty-Jcuken keyboard layout. Signed-off-by: Slava Kardakov --- v2: add Signed-off-by v3: replace `` with proper `` nls/en_US.UTF-8/Compose.pre | 8 1 file changed, 8 insertions(+) diff --git a/nls/en_US.UTF-8/Compose.pre

Re: [PATCH xserver 1/3] Rewrite the byte swapping macros.

2017-04-24 Thread Keith Packard
Eric Anholt writes: > Keith Packard writes: > >> [ Unknown signature status ] >> Eric Anholt writes: >> >>> It doesn't find anything. >> >> Sounds like we can just remove the memcpy then. > > So, is that a reviewed-by for #1, since #3

Re: [PATCH xserver 1/3] Rewrite the byte swapping macros.

2017-04-24 Thread Eric Anholt
Keith Packard writes: > [ Unknown signature status ] > Eric Anholt writes: > >> It doesn't find anything. > > Sounds like we can just remove the memcpy then. So, is that a reviewed-by for #1, since #3 removes the memcpy? signature.asc Description: PGP

Re: [PATCH xserver 1/3] Rewrite the byte swapping macros.

2017-04-24 Thread Keith Packard
Eric Anholt writes: > It doesn't find anything. Sounds like we can just remove the memcpy then. -- -keith signature.asc Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH xserver 2/2] Remove default defines of some directories.

2017-04-24 Thread Keith Packard
Eric Anholt writes: > The build defines these, so having the defaults is just a way for the > build system's configuration to get out of sync with the code. > > v2: Drop #ifndefs around the other two defines. Reviewed-by: Keith Packard -- -keith

[PATCH xserver 2/2] Remove default defines of some directories.

2017-04-24 Thread Eric Anholt
The build defines these, so having the defaults is just a way for the build system's configuration to get out of sync with the code. v2: Drop #ifndefs around the other two defines. Signed-off-by: Eric Anholt --- hw/xfree86/parser/Makefile.am | 1 - hw/xfree86/parser/scan.c

Re: [PATCH xserver 1/3] Rewrite the byte swapping macros.

2017-04-24 Thread Eric Anholt
Keith Packard writes: > [ Unknown signature status ] > Eric Anholt writes: > >> The reason to think so is that the previous code had this weird stuff to >> explicitly handle unaligned. I rip out the unaligned support in patch >> 3, because I think it's not

Re: [PATCH 1/2] Introduce keyboard grabbing protocol for Xwayland

2017-04-24 Thread Olivier Fourdan
hi Kristian, > > Yes, that's precisely the whole point of this protocol (and grabs in > > general) :) > > > > Take the attached sample code for example, it maps a single override > > redirect window (one that no X11 window manager would focus, because it's > > an O-R) and issues an active

Re: [PATCH 1/2] Introduce keyboard grabbing protocol for Xwayland

2017-04-24 Thread Kristian Høgsberg
On Fri, Apr 21, 2017 at 5:50 AM Olivier Fourdan wrote: > > Hi Jonas, > > > > [...] > > > For that last point, I'd rather use: > > > > > > * does not guarantee that events sent to this client are > continuous, > > > a compositor may change and reroute keyboard

[PATCH libX11 v2] Compose sequences for rouble sign

2017-04-24 Thread ojab
Cyrillic combinations mirror the Qwerty-Jcuken keyboard layout. Signed-off-by: Slava Kardakov --- v2: add Signed-off-by nls/en_US.UTF-8/Compose.pre | 8 1 file changed, 8 insertions(+) diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index

[PATCH libX11] Compose sequences for rouble sign

2017-04-24 Thread ojab
Cyrillic combinations mirror the Qwerty-Jcuken keyboard layout. --- nls/en_US.UTF-8/Compose.pre | 8 1 file changed, 8 insertions(+) diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index adc24fb..932c931 100644 --- a/nls/en_US.UTF-8/Compose.pre +++

Re: [PATCH xserver 1/2] xorg: Change __XCONFIGFILE__ to XCONFIGFILE (and DIR) to fix scan.c.

2017-04-24 Thread Daniel Stone
Hi, On 21 April 2017 at 19:57, Eric Anholt wrote: > parser/scan.c was checking for #ifdef XCONFIGFILE and XCONFIGDIR and > defaulting to "xorg.conf", and "xorg.conf.d", so if you had changed > __XCONFIGFILE__ to anything else, it would have got out of sync. > Settle on the name