[Xcb] XCB naming conventions

Ori Bernstein rand.chars at gmail.com
Wed Sep 13 17:53:21 PDT 2006


On Wed, 13 Sep 2006 13:11:42 -0700, Jamey Sharp <jamey at minilop.net> said:

> On Wed, Sep 13, 2006 at 09:52:54PM +0200, Vincent Torri wrote:
> > should we use card8_t, or uint8_t ?
> 
> The question comes down to that, yes, though all our types ought to be
> xcb_ namespaced, so it'd be xcb_card8_t.
> 
> Does anyone else have an opinion? I'm leaning toward uint8_t at the
> moment, myself.

Please, do go with the C99 intrinsics (uint8_t, etc). I haven't been a
contributor to XCB, but I have been using it, and I think that it would be best
to use the C99 types.



More information about the Xcb mailing list