Hi ,

Thanx Reny for your valuable inputs....

So if i just manually put the functions i need..it should work ...right?
but function  gdk_rdiectfb_clip_region , in my casethis mentioned function
needs to take more number of parameters than suggested in the patch....
Then further finding out.......the function body is different in both the
cases......... so changing this function , will force me to change the
entire file......n hence it will fail to compile in
gtk+-2.10.14.............

so any other work around then just changing this version???

Thnaking you'll
Regards
Svalbard.

RENY PAUL wrote:

Hi,

I think the patch is for a previous version of gtk.
If I remember correctly, it will create one new file.
You need to change gdkdrawable-directfb.c manually or use an older version
of gtk.

Regards
Reny



On Wed, Apr 16, 2008 at 9:28 PM, svalbard colaco <[EMAIL PROTECTED]>
wrote:

> Hi
> I tried taking the patch from the link mentioned below and intergarting
> with gtk+-2.10.14 manually
> but it failed to compile with the following errors:
>
> gdkdrawable-directfb.c: In function 'gdk_directfb_draw_polygon':
> gdkdrawable-directfb.c:655: error: too few arguments to function
> 'gdk_directfb_clip_region'
> gdkdrawable-directfb.c: In function 'gdk_directfb_draw_drawable':
> gdkdrawable-directfb.c:734: warning: missing braces around initializer
> gdkdrawable-directfb.c:734: warning: (near initialization for
> 'values.foreground')
> gdkdrawable-directfb.c: In function 'gdk_directfb_draw_image':
> gdkdrawable-directfb.c:981: warning: missing braces around initializer
> gdkdrawable-directfb.c:981: warning: (near initialization for
> 'values.foreground')
> make[4]: *** [gdkdrawable-directfb.lo] Error 1
>
> Plzz help.........
>
> Thanks,
> svalbard...
>
> *
>
> >>Check this link*
> * *
> *http://www.mail-archive.com/directfb-dev@directfb.org/msg05403.html*
> * *
> *>>Thanks*
> *>>Reny*
>
>
> On Wed, Apr 16, 2008 at 11:08 AM, svalbard colaco <
> [EMAIL PROTECTED]> wrote:
>
> > I am trying to port evolution mail client to Directfb backend.
> >
> > I have replaced X11 calls with  corresponding Gdk/Gtk function calls,
> > found in evolution
> > and its dependent libraries so as to remove  linkage to xlib.
> >
> > Now  I can run the application  with DFB backend  but  when there is a
> > requirement of 2/3
> > windows(like Edit box,folder view  etc) to be displayed all together , i
> > am not able to see these together.
> > i.e the display is not well rendered..............
> >
> > I get the follwoing warnings:
> >
> > [...]
> >
> > *Gdk-DirectFB-Message: filled polygons with n > 3 are not yet supported,
> > drawing outlines
> > Gdk-DirectFB-Message: filled polygons with n > 3 are not yet supported,
> > drawing outlines*
> >
> > [...]
> >
> > Debugging showed the value of n =5 in my case........
> >
> > Could any one help me in this regard as to How to handle the issue
> > related to the above mentioned warnings....
> >
> > I  am new to the concept of constructing polygons on a drawable
> > surface.. How does this function??? Need some help for a deeper
> > understanding of the same.......
> >
> >
> >
> > Thanking you'll in advance.....
> >
> > Regards,
> > Svalbard
> >
>
>
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to