[Xcb] [Bug 18939] Useless xcb_lookup_t in xcb_keysyms.h

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 8 06:51:56 PST 2008


http://bugs.freedesktop.org/show_bug.cgi?id=18939


Sean Bartell <wingedtachikoma at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #3 from Sean Bartell <wingedtachikoma at gmail.com>  2008-12-08 06:51:56 PST ---
That's not quite right... The col argument is actually passed as 0, 1, 2, or 3
depending on modifiers (see
http://tronche.com/gui/x/xlib/input/keyboard-encoding.html and an
implementation at
http://git.naquadah.org/?p=awesome.git;a=blob;f=keybinding.c;h=d17018d42046ae4d69d61d9e470cadb1633a06f0;hb=HEAD#l180).

I figure someone was trying to figure out the col parameter and thought it was
related to those Xlib constants, but it's not, it's used in the Xlib-only
function XLookupString. The enum needs to be removed entirely, unless someone
wants to add an xcb_lookup_string to go with it:).


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Xcb mailing list