14 Aug
2009
14 Aug
'09
5:09 p.m.
Michael wrote:
LibXi is part of nxlib and nxlib maps XInputs to nano-X lib. So I had to replace libXi.
I know there's a USE_XIM in fltk's config.h. It's possible that changing that might accomplish something.
then you have to change src/utf.c. Change all wchar_t * to char * and comment if-else statements including the functions wcstombs() and mbstowcs().
Do multibyte characters work at all?
@@ -145,12 +145,18 @@ dnl ---------------------- dnl dnl For debugging and to be user friendly + +dnl Check if the user hasn't set the variable $FLTK2_CONFIG + if test -z "$FLTK2_CONFIG"; then + PNG_CONFIG=`which fltk2-config` + fi +
? Also, do the DPIs work? (e.g., ftp, https...)