Author: matt
Date: 2012-05-31 23:51:18 -0700 (Thu, 31 May 2012)
New Revision: 9564
Log:
Fixed FLTK2Emu-layer.
Modified:
branches/branch-3.0/test2/adjuster.cxx
Modified: branches/branch-3.0/test2/adjuster.cxx
===================================================================
--- branches/branch-3.0/test2/adjuster.cxx 2012-05-31 07:35:15 UTC (rev
9563)
+++ branches/branch-3.0/test2/adjuster.cxx 2012-06-01 06:51:18 UTC (rev
9564)
@@ -28,8 +28,8 @@
#include <stdlib.h>
#include <fltk/run.h>
#include <fltk/Window.h>
-#include <fltk/Adjuster.h>
#if 0
+#include <fltk/Adjuster.h>
#include <fltk/Box.h>
#include <fltk/Rectangle.h>
#endif
@@ -51,9 +51,7 @@
char buf1[100];
FrameBox b1(fltk::DOWN_BOX,20,30,80,25,buf1);
b1.color(fltk::WHITE);
-#endif
Adjuster a1(20+80,30,3*25,25);
-#if 0
a1.callback(adjcb,&b1);
adjcb(&a1,&b1);
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit