Author: bgbnbigben Date: 2011-05-06 02:38:15 -0700 (Fri, 06 May 2011) New Revision: 8637 Log: First commit to fix the SNAFU of the last. That'll teach me to rush! Commented out the win32 version of fltk_theme.cxx which wreaked havoc on X11. Below is an a more complete list of the previous commit (r8636), given that I left this out in my rush to make the weekly snapshot
* Added a "focusbox()" function and member to fltk::Widget, in an effort to make future themes have a different box when they take focus. * Also added alt_color to fltk::Style (as well as a corresponding focusbox(), again for future themeing efforts * Added a NamedStyle to fltk::ValueInput * Added two files to src/x11/, four_buttons.dat and scrollbar_frames.dat, which will eventually be #included in a header, to add images for the XP theme. * Couple of doc cleanups, and I'll attempt to rebuild the docs this weekend. Modified: trunk/src/fltk_theme.cxx Modified: trunk/src/fltk_theme.cxx =================================================================== --- trunk/src/fltk_theme.cxx 2011-05-06 08:01:12 UTC (rev 8636) +++ trunk/src/fltk_theme.cxx 2011-05-06 09:38:15 UTC (rev 8637) @@ -43,7 +43,7 @@ //#elif defined(_WIN32) -# include "win32/fltk_theme.cxx" +//# include "win32/fltk_theme.cxx" //#elif USE_QUARTZ _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
