HI all;

Further debugging has shown that *antialiased canvases* formed using
*gnome_canvas_new_aa()
*appear correctly on GTK-DFB backend
whereas canvases formed using  *gnome_canvas_new()* fail to render on
GTK-DirectFB ;rather they appear black instead of white.

Hoping this will give a clearer insight on the said issue..

Any pointers as to why such behaviour is observed could be of great help.

Thanks & Reagrds,
sv.

On Tue, Jun 10, 2008 at 8:51 PM, svalbard colaco <[EMAIL PROTECTED]>
wrote:

> Hi all
>
> Built a gnome canvas application on GTK-DirectFB(gtk+-2.10.14) and certain
> portions of the windows appear black ,
> On clicking in the windows some of them appear white as expected.
> What could be the reason for such a behaviour on GTK-DirectFB backend.?
>
> Investigation has revealed the following: (please correct me if i'm wrong)
> - since cairo package is built w/0 X linkage , there is an issue with
> cairo_draw_with_xlib
> and hence the canvas is failing to render.
> -The gtk_widget_send_expose ( ) must be replaced with
> gdk_window_invalidate_region( )
> in certain portions of the code.
> -Upgrading the cuurent cairo (orignal was 15.4) version didnt help.
> -Could it be a gtk d version issue ?
>
> Dont have a clear understanding in this regard , any inputs/cooments  on
> the sited issue
> will be of great help.
>
> Thanks & Reagards
> sv.
>
>
>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to