Author: bgbnbigben Date: 2011-06-09 23:50:46 -0700 (Thu, 09 Jun 2011) New Revision: 8800 Log: Whoops, forgot to add xp_theme() to FL_API. Corrected. Everything works as it should, now!
Modified: trunk/fltk/Style.h Modified: trunk/fltk/Style.h =================================================================== --- trunk/fltk/Style.h 2011-06-10 06:37:28 UTC (rev 8799) +++ trunk/fltk/Style.h 2011-06-10 06:50:46 UTC (rev 8800) @@ -206,6 +206,7 @@ } extern "C" FL_API bool fltk_theme(); +extern "C" FL_API bool xp_theme(); //@} _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
