Re: how to remove that hardcoded legacy modifier masks like XKB_COMMON_SHIFT_MASK

2012-05-02 Thread Juan Zhao
On 05/03/2012 12:02 PM, Juan Zhao wrote: On 05/03/2012 11:47 AM, Eoff, Ullysses A wrote: Juan, Your answer lies in https://bugs.freedesktop.org/show_bug.cgi?id=49385 Thanks for your information. In that bug thread, it is said Daniel already sent some patches related to this. Do you know wh

Re: how to remove that hardcoded legacy modifier masks like XKB_COMMON_SHIFT_MASK

2012-05-02 Thread Juan Zhao
ne Cc: wayland-devel@lists.freedesktop.org Subject: how to remove that hardcoded legacy modifier masks like XKB_COMMON_SHIFT_MASK Hi Daniel, I saw your patch in xkbcommom: http://cgit.freedesktop.org/xorg/lib/libxkbcommon/commit/?id=3dcd7ae02c cfd47b2a9a552daa225255803e66cf It deletes the m

RE: how to remove that hardcoded legacy modifier masks like XKB_COMMON_SHIFT_MASK

2012-05-02 Thread Eoff, Ullysses A
n Behalf >Of Juan Zhao >Sent: Wednesday, May 02, 2012 8:30 PM >To: Daniel Stone >Cc: wayland-devel@lists.freedesktop.org >Subject: how to remove that hardcoded legacy modifier masks like >XKB_COMMON_SHIFT_MASK > > Hi Daniel, > I saw your patch in xkbcommom: >http://

how to remove that hardcoded legacy modifier masks like XKB_COMMON_SHIFT_MASK

2012-05-02 Thread Juan Zhao
Hi Daniel, I saw your patch in xkbcommom: http://cgit.freedesktop.org/xorg/lib/libxkbcommon/commit/?id=3dcd7ae02ccfd47b2a9a552daa225255803e66cf It deletes the macros like XKB_COMMON_SHIFT_MASK. You suggest to use the xkb_state_mod_* and xkb_map_mod_* API instead. Would Weston also u