Author: manolo
Date: 2011-12-22 01:12:01 -0800 (Thu, 22 Dec 2011)
New Revision: 9213
Log:
Use #include <fltk3/utf8.h>


Modified:
   branches/branch-3.0/src/fltk3/cocoa_font.cxx

Modified: branches/branch-3.0/src/fltk3/cocoa_font.cxx
===================================================================
--- branches/branch-3.0/src/fltk3/cocoa_font.cxx        2011-12-21 14:35:56 UTC 
(rev 9212)
+++ branches/branch-3.0/src/fltk3/cocoa_font.cxx        2011-12-22 09:12:01 UTC 
(rev 9213)
@@ -26,10 +26,8 @@
 //
 
 #include <config.h>
+#include <fltk3/utf8.h>
 
-/* from fl_utf.c */
-extern unsigned fltk3::utf8toUtf16(const char* src, unsigned srclen, unsigned 
short* dst, unsigned dstlen);
-
 static CGAffineTransform font_mx = { 1, 0, 0, -1, 0, 0 };
 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
 static CFMutableDictionaryRef attributes = NULL;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to