Re: gnome canvas doesnt work properly on GTK-DirectFB

2008-06-11 Thread svalbard colaco
Hi Paul, K.. can you tell me what exactly the changes are ? I wanted to try the same in my libgnomecanvas too. As to what i can understand from our previous conversations ;changes were made in *gnome-canvas.c* in function *static void paint (GnomeCanvas *canvas) *and commented out the line *gt

Re: gnome canvas doesnt work properly on GTK-DirectFB

2008-06-11 Thread Paul Davis
On Wed, 2008-06-11 at 20:26 +0530, svalbard colaco wrote: > Hi Paul, > k. > So the "fix" you spoke about was in your application code and not in > your GTK-quartz backend? its in my own modified version of libgnomecanvas, which is distributed on OS X as part of the app bundle. _

Re: gnome canvas doesnt work properly on GTK-DirectFB

2008-06-11 Thread Paul Davis
On Wed, 2008-06-11 at 19:55 +0530, svalbard colaco wrote: > 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

Re: gnome canvas doesnt work properly on GTK-DirectFB

2008-06-11 Thread svalbard colaco
Hi Paul, k. So the "fix" you spoke about was in your application code and not in your GTK-quartz backend? CMIIMW. On Wed, Jun 11, 2008 at 8:04 PM, Paul Davis <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-06-11 at 19:55 +0530, svalbard colaco wrote: > > HI all; > > > > Further debugging has show

Re: gnome canvas doesnt work properly on GTK-DirectFB

2008-06-11 Thread svalbard colaco
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 i

gnome canvas doesnt work properly on GTK-DirectFB

2008-06-10 Thread svalbard colaco
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 followi