On 1/5/06, Attilio Fiandrotti <[EMAIL PROTECTED]> wrote: > 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?
The regular theme engines should all work but you need to make sure all the paths are set up right. > 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 > I'm not sure this works anymore with cairo. In anycase there should be no need for a directfb specific theme engine alpha windows are supported in the gtk api now. I think thats what this was for. > 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 > _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
