Re: Wayland Live CD now switching to Mir

2014-04-01 Thread Wander Lairson Costa
on the calendar... -- Best Regards, Wander Lairson Costa ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [xkbcommon] Use an integer type for modifiers bit mask.

2013-10-04 Thread Wander Lairson Costa
2013/10/4 Thiago Macieira thiago.macie...@intel.com: On quinta-feira, 3 de outubro de 2013 23:03:44, Wander Lairson Costa wrote: If we combine two enum values, the result is not a valid enum value anymore, so it cannot be attributed to an enum variable. C++ compilers will complain

Re: [xkbcommon] Use an integer type for modifiers bit mask.

2013-10-04 Thread Wander Lairson Costa
2013/10/4 David Herrmann dh.herrm...@gmail.com: Hi On Fri, Oct 4, 2013 at 2:34 PM, Daniel Stone dan...@fooishbar.org wrote: On 4 October 2013 13:09, Wander Lairson Costa wander.lair...@gmail.com wrote: That's what the patch is about: avoid casts. Whenever you use a cast, you are giving up

Re: [xkbcommon] Use an integer type for modifiers bit mask.

2013-10-04 Thread Wander Lairson Costa
2013/10/4 Thiago Macieira thiago.macie...@intel.com: On sexta-feira, 4 de outubro de 2013 09:09:32, Wander Lairson Costa wrote: The issued raised when I took code from window.c in the weston clients: mask = xkb_state_serialize_mods(input-xkb.state

Re: [xkbcommon] How to distinguish left-shift and right-shift

2013-09-29 Thread Wander Lairson Costa
in the future, I think I will handle the *Shift* modifier as *LShift* meanwhile. -- Best Regards, Wander Lairson Costa ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [xkbcommon] How to distinguish left-shift and right-shift

2013-09-27 Thread Wander Lairson Costa
. A better person to ask about that would be Daniel Stone. Thanks, --Jason Ekstrand -- Best Regards, Wander Lairson Costa ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [xkbcommon] How to distinguish left-shift and right-shift

2013-09-26 Thread Wander Lairson Costa
2013/9/25 Ran Benita ran...@gmail.com: On Tue, Sep 24, 2013 at 08:02:30PM -0300, Wander Lairson Costa wrote: Hi, Hi, I am working for some time porting Blender to wayland [1] and I am now adding keyboard handing support. For that, I am following weston clients code as reference and using

Re: [xkbcommon] How to distinguish left-shift and right-shift

2013-09-26 Thread Wander Lairson Costa
empty array. It should be easy to check which way is it). But this is an weston implementation detail, I guess, other compositors may not have the same behavior. -- Best Regards, Wander Lairson Costa ___ wayland-devel mailing list wayland-devel

Re: [xkbcommon] Make C++ happy.

2013-09-26 Thread Wander Lairson Costa
2013/9/26 Bill Spitzak spit...@gmail.com: Wander Lairson Costa wrote: /** Flags for keymap compilation. */ enum xkb_keymap_compile_flags { +/** Do not apply any flag. */ +XKB_MAP_COMPILE_NO_FLAG = 0, /** Apparently you can't have empty enums. What a drag

Re: [xkbcommon] How to distinguish left-shift and right-shift

2013-09-26 Thread Wander Lairson Costa
2013/9/26 Ran Benita ran...@gmail.com: On Thu, Sep 26, 2013 at 04:00:15PM -0300, Wander Lairson Costa wrote: 2013/9/26 Ran Benita ran...@gmail.com: [snip] The information you need, if you want to use the key-down approach (which is the only one I can think of), is whether e.g. the Left

Re: [xkbcommon] How to distinguish left-shift and right-shift

2013-09-26 Thread Wander Lairson Costa
2013/9/26 Ran Benita ran...@gmail.com: On Thu, Sep 26, 2013 at 06:27:39PM -0300, Wander Lairson Costa wrote: 2013/9/26 Ran Benita ran...@gmail.com: On Thu, Sep 26, 2013 at 04:00:15PM -0300, Wander Lairson Costa wrote: 2013/9/26 Ran Benita ran...@gmail.com: [snip] The information

Re: [ANNOUNCE] libevdev - a library to wrap the evdev kernel interface

2013-06-27 Thread Wander Lairson Costa
the struct as the return value or as an output parameter, but do the same on both functions, if possible. Congratulations again! -- Best Regards, Wander Lairson Costa ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http

Re: [ANNOUNCE] libevdev - a library to wrap the evdev kernel interface

2013-06-27 Thread Wander Lairson Costa
2013/6/27 Peter Hutterer peter.hutte...@who-t.net: On Thu, Jun 27, 2013 at 11:15:03AM -0300, Wander Lairson Costa wrote: 2013/6/27 Peter Hutterer peter.hutte...@who-t.net: For the last month or so I've been spending some time on a helper library for evdev devices. The motivation is two-fold

Wayland and Blender

2013-06-19 Thread Wander Lairson Costa
under X. Forgive me if this question is too newbie, but I am a starter with Wayland. -- Best Regards, Wander Lairson Costa ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: Wayland and Blender

2013-06-19 Thread Wander Lairson Costa
. This is more a problem for Linux distributions than for me. [snip] -- Best Regards, Wander Lairson Costa ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel