This is the patch need to be applied for those who are facing the problem with fonts (on 8bpp i feel) on GTKDFB using Cairo .
Copy this file to the <gtk_src>/gdk/ and run ./gdkwindow.patch
--
Thanks and Regards,
Vijesh V H
On 5/9/06, Vijesh VH <[EMAIL PROTECTED]> wrote:
HiIm still not in a position to correct this font display problem. I tested examples on DirectFB for test display and Editing. It works fine. Same way I tested in Cairo with DFB and PANGOCairo with DFB, both the cases font and test dispaly is happening. But when I run any GTK examples I dont get any fonts displayed on the screen(Not even in a single frame or object). The Windows are completely blank as if nothing has been written on the screen.
Can you please guide me on this regard.
--
Thanks and Regards,
Vijesh V H
--- gdkwindow.orig.c 2006-05-12 14:21:10.851703360 +0530 +++ gdkwindow.c 2006-05-12 14:21:58.192506464 +0530 @@ -34,7 +34,9 @@ #include "gdkscreen.h" #include "gdkalias.h" +#ifndef GDK_WINDOWING_DIRECTFB #define USE_BACKING_STORE /* Appears to work on Win32, too, now. */ +#endif typedef struct _GdkWindowPaint GdkWindowPaint;
_______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
