At this point I'm half-tempted to throw together an API wrapper myself, just so we can have something and save ourselves the trouble of rewriting Dillo (again).
Ditto. I've tinkering around just trying to compile Dillo against fltk-1.3 here on Gentoo for kicks. Got a running bug here with not being able to enter keyboard text within fields after switching virtual desktop in DWM (aka tags).
Changed the following to use fltk(1-3) libs instead of fltk-2. File: configure.in dnl ---------------------- dnl Test for FLTK library dnl ---------------------- dnl dnl For debugging and to be user friendly AC_MSG_CHECKING([FLTK2]) if sh -c "fltk-config --version" >/dev/null 2>&1 then AC_MSG_RESULT(yes) LIBFLTK_CXXFLAGS=`fltk-config --cxxflags` LIBFLTK_CFLAGS=`fltk-config --cflags` LIBFLTK_LIBS=`fltk-config --ldflags` else AC_MSG_RESULT(no) AC_MSG_ERROR(FLTK2 must be installed!) fi ./autogen && ./configure && make Resulted in a large number of function changes. (aka underfined reference errors) Now I can see why you're dragging your feet on just creating a CVS/SVN repository for fltk-1.3! -- Roger http://rogerx.freeshell.org/