Author: matt
Date: 2011-08-02 11:35:25 -0700 (Tue, 02 Aug 2011)
New Revision: 8908
Log:
Um, VC is here more strict than gcc!

Modified:
   branches/branch-3.0/fluid/workspace_panel.cxx
   branches/branch-3.0/fluid/workspace_panel.fl

Modified: branches/branch-3.0/fluid/workspace_panel.cxx
===================================================================
--- branches/branch-3.0/fluid/workspace_panel.cxx       2011-08-02 18:19:38 UTC 
(rev 8907)
+++ branches/branch-3.0/fluid/workspace_panel.cxx       2011-08-02 18:35:25 UTC 
(rev 8908)
@@ -226,7 +226,7 @@
       workspace_panel->show();
   return workspace_panel;
 }
-extern fltk3::Window *the_file_panel;
+extern Fl_Panel *the_file_panel;
 
 void file_panel_set_cb(fltk3::Widget*, void *v) {
   if (v == Fl_Panel::LOAD) {

Modified: branches/branch-3.0/fluid/workspace_panel.fl
===================================================================
--- branches/branch-3.0/fluid/workspace_panel.fl        2011-08-02 18:19:38 UTC 
(rev 8907)
+++ branches/branch-3.0/fluid/workspace_panel.fl        2011-08-02 18:35:25 UTC 
(rev 8908)
@@ -59,7 +59,7 @@
   decl {unsigned int pEnv;} {protected local
   }
   {fltk3::MenuButton} pEnvMenu {
-    label {- unknown -} open selected
+    label {- unknown -} open
     xywh {0 0 170 25} labelsize 9 align 192
   } {
     MenuItem pMenuAll {
@@ -277,7 +277,7 @@
 workspace_panel->show();} {}
 } 
 
-decl {extern fltk3::Window *the_file_panel;} {private global
+decl {extern Fl_Panel *the_file_panel;} {selected private global
 } 
 
 Function {file_panel_set_cb(fltk3::Widget*, void *v)} {open return_type void

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

Reply via email to