[Xcb] XKB once again

Ian Osgood iano at quirkster.com
Thu Sep 6 08:19:25 PDT 2007


On Sep 6, 2007, at 7:59 AM, 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(...)
>
> Tom

Yes. The other extensions also do this.

Ian


More information about the Xcb mailing list