> Concerning the irregular clipping: I've seen that with xlib > is possible to define clipping based on a Region of any shape. > Do you think it is possible to directly use xlib clipping? > And how to build up a Region? > Thank you!
I'm not the best person to answer that, though hopefully people on this list will know how best to do this. It is certainly possible. I know that quite a few folk have built up non-rectangular window clipping using fltk in the past, so there is hope! Note that as soon as you get into Xlib specific code you lose portability, of course, so that may be an issue for you. For myself, I quite like rectangular windows! SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

