Author: AlbrechtS
Date: 2011-01-04 09:19:50 -0800 (Tue, 04 Jan 2011)
New Revision: 8182
Log:
Use Fl_Double_Window in table-sort example because of flickering.


Modified:
   branches/branch-1.3/examples/table-sort.cxx

Modified: branches/branch-1.3/examples/table-sort.cxx
===================================================================
--- branches/branch-1.3/examples/table-sort.cxx 2011-01-04 16:10:56 UTC (rev 
8181)
+++ branches/branch-1.3/examples/table-sort.cxx 2011-01-04 17:19:50 UTC (rev 
8182)
@@ -34,7 +34,7 @@
 // 
 
 #include <FL/Fl.H>
-#include <FL/Fl_Window.H>
+#include <FL/Fl_Double_Window.H>
 #include <FL/fl_draw.H>
 #include <FL/Fl_Table_Row.H>
 
@@ -269,7 +269,7 @@
 }
 
 int main() {
-    Fl_Window win(900,500,"Table Sorting");
+    Fl_Double_Window win(900,500,"Table Sorting");
         MyTable table(MARGIN, MARGIN, win.w()-MARGIN*2, win.h()-MARGIN*2);
         table.selection_color(FL_YELLOW);
         table.col_header(1);

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to