[Xcb] XKB once again
Vincent Torri
vtorri at univ-evry.fr
Thu Sep 6 08:01:44 PDT 2007
On Thu, 6 Sep 2007, Thomas Hunger 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(...)
I agree with that
Vincent
More information about the Xcb
mailing list