[Xcb] XKB once again

Barton C Massey bart at cs.pdx.edu
Fri Sep 7 08:03:19 PDT 2007


Heck yes.

	Bart

In message <200709061659.24770.hto at arcor.de> you wrote:
> Hi, 
> 
> XKB requests have the form XkbSomeRequest. E.g.
> 
>     <request name="XkbUseExtension" opcode="0">
> 
> When this is translated to c it will look like
> 
>     xcb_xkb_xkb_use_extension(...)
> 
> where the first xkb comes from the "namespacing" (extension-name) and 
> the second from the Xkb-prefix of the request.
> 
> Do you think I should just leave out the Xkb in the request name? The 
> result would be:
> 
>     xcb_xkb_use_extension(...)
> 
> Tom
> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb


More information about the Xcb mailing list