Author: matt
Date: 2011-08-03 06:31:57 -0700 (Wed, 03 Aug 2011)
New Revision: 8914
Log:
FLTK3: compiles and runs on Ubuntu

Modified:
   branches/branch-3.0/src/Fl_x.cxx

Modified: branches/branch-3.0/src/Fl_x.cxx
===================================================================
--- branches/branch-3.0/src/Fl_x.cxx    2011-08-03 11:04:30 UTC (rev 8913)
+++ branches/branch-3.0/src/Fl_x.cxx    2011-08-03 13:31:57 UTC (rev 8914)
@@ -1974,7 +1974,7 @@
   return temp ? temp->xid : 0;
 }
 
-static void decorated_win_size(Fl_Window *win, int &w, int &h)
+static void decorated_win_size(fltk3::Window *win, int &w, int &h)
 {
   w = win->w();
   h = win->h();

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

Reply via email to