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