Re: [PATCH] Byte-swapping and size-checking generator all-in-one

2015-03-11 Thread Emil Velikov
Hi Asalle, Note that I'm not a core xserver developer like the rest of the folks here, so... take this with a pinch of salt :-P On 11/03/15 18:46, asalle@gmail.com wrote: ... diff --git a/configure.ac b/configure.ac index 96524c5..5b89705 100644 --- a/configure.ac +++ b/configure.ac @@

[PATCH] Byte-swapping and size-checking generator all-in-one

2015-03-11 Thread asalle....@gmail.com
--- .gitignore | 3 + Makefile.am | 4 +- Xext/Makefile.am| 2 +- Xext/shape.c| 167 ++- configure.ac| 41 ++- proto/.gitignore| 5 + proto/Makefile.am | 21 ++ proto/gen_swap_check.py | 761

Re: Touchevent mapping to screen

2015-03-11 Thread Peter Hutterer
On Tue, Mar 10, 2015 at 03:15:44PM -0400, Amirhossein Simjour wrote: Hi, I was working on a Linux system with two monitors attached to it, where one of the monitors was a touchscreen. I had problem to find the exact mapping between the touch events and the screens. I know that I can

Re: [PATCH] kbproto: Fix typo in XkbSARedirectSetVMods

2015-03-11 Thread Peter Hutterer
On Tue, Mar 10, 2015 at 11:24:38AM +, Daniel Stone wrote: Hi, On 9 March 2015 at 19:13, wetts...@gmail.com wrote: An apparent copy/paste bug in the macro XkbSARedirectSetVMods, which breaks using RedirectKey actions with virtual modifiers. Signed-off-by: Andreas Wettstein

Re: [PATCH evdev 1/5] Require multitouch/smooth scrolling dependencies

2015-03-11 Thread Hans de Goede
Hi, All patches in this series look good and are: Reviewed-by: Hans de Goede hdego...@redhat.com Regards, Hans On 11-03-15 06:53, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- configure.ac | 12 ++-- src/evdev.c | 93

Re: [RFC PATCH] gen_swap_check handles xproto and shape extensions

2015-03-11 Thread Christian Linhart
Hi Asalle, Thank you for posting your changes as a patch. (Next time, please do not sent it as attchment but in-message, because this is easier to handle for reviewers. use git send-email for posting a patch) Anyways, below is a quick review of your patch, mostly focusing on stuff about