[STR Closed w/Resolution]

Link: http://www.fltk.org/str.php?L2505
Version: 1.3.0
Fix Version: 1.3.0 (r8208)


Fixed in Subversion repository.

Thanks Albrecht for this lesson of Cygwin that's was very useful 
for me.

Could Xft be processed under Cygwin as it is under X11 ? 

That is, if one does, in fl_utf.c:
unsigned fl_utf8towc(const char* src, unsigned srclen,
                  wchar_t* dst, unsigned dstlen)
{
#if defined(WIN32) && !defined(__CYGWIN__)
  return fl_utf8toUtf16(src, srclen, (unsigned short*)dst, dstlen);
#else
...
#endif
}

and removes the cygwin-special cases in Fl_Xlib_Graphics_Driver::draw
and utf8extents() of fl_font_xft.cxx,
would that run OK on cygwin ?


Link: http://www.fltk.org/str.php?L2505
Version: 1.3.0
Fix Version: 1.3.0 (r8208)

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to