On 10/21/06, Denis Oliver Kropp <[EMAIL PROTECTED]> wrote:
> Alasdair Campbell schrieb:
> > The problems seem to be from "__u8" is this a known error? Is it
> > anything to do with codepages and the like, something which I'm fairly
> > ignorant of..
>
> The types have changed from __u8 to u8 etc.
>
> Maybe we should provide compatibility definitions in dfb_types.h
> as the old types are part of RC1 and the API shouldn't change.

Put the types in but in a MACRO-delimited section so you can turn them
off to make sure you don't use the old types in new code.

#ifndef DFB_STRICT_TYPES
...
#endif

or the like.

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to