Hi In the graphical debian installer we plan to support theming the GTK frontend, this both to ease customization and readability for impvisually impaired people. I suppose an ad-hoc theming engine is needed for the DFB port of GTK, is this correct? I've tried directfb-engine but it seems not to work even after some modifications i made to compile it against DFB 0.9.25 from cvs
diff directfb-engine/src/directfb-render.c directfb-engine-0.4/src/directfb-render.c 26c26 < #include <gdk/directfb/gdkprivate-directfb.h> --- > #include <gdk/gdkprivate-directfb.h> 61c61 < --- > static IDirectFB *dfb = NULL; 72c72 < if (DirectFB->CreateImageProvider (DirectFB, filename, &provider) != DFB_OK) --- > if (_gdk_display->directfb->CreateImageProvider (_gdk_display->directfb, filename, &provider) != DFB_OK) 81c81 < if (DirectFB->CreateSurface (DirectFB, &dsc, &surface) != DFB_OK) --- > if (_gdk_display->directfb->CreateSurface (_gdk_display->directfb, &dsc, &surface) != DFB_OK) 226a227 > // DFBCHECK (dest->Flip (dest, NULL, DSFLIP_WAITFORSYNC)); Any suggestion on how being able to theme GTKDFB applications? thanks Attilio _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
