Hi

I have a working version of the X11 system.
I would like someone to take a look at it ans perhaps add it to CVS.
The Input probably needs to be looked at allthough it seems to work fine with the examples I have tried so far. Also I think it only works in RGB true color mode in this first version.

I must admit I have not made any makefile, because I have my own make system.
But the compiler flags should be easy to spot in the Makefile.files
I could try and figure out how to add via DFBs make system, but I won't have time for that right now, so
I hope someone else (who perhaps tried it before :-) can do it.

You need to add one enum value to the enum 'CoreSystemType' in src/core/system.h so it looks like this:

*typedef* *enum* {
    CORE_ANY,
    CORE_FBDEV,
    CORE_OSX,
    CORE_SDL,
    CORE_X11
} CoreSystemType;


I could have made a patch I guess, but it seemed allmost overkill for that sole line.

Regards Martin L�tken

Attachment: x11.tar.bz2
Description: application/bzip

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

Reply via email to