Author: matt
Date: 2011-08-02 01:49:28 -0700 (Tue, 02 Aug 2011)
New Revision: 8896
Log:
Fluid3: including stdint.h to make code work under WIn7
Modified:
branches/branch-3.0/fluid/workspace_panel.fl
branches/branch-3.0/fluid/workspace_panel.h
Modified: branches/branch-3.0/fluid/workspace_panel.fl
===================================================================
--- branches/branch-3.0/fluid/workspace_panel.fl 2011-08-01 10:55:32 UTC
(rev 8895)
+++ branches/branch-3.0/fluid/workspace_panel.fl 2011-08-02 08:49:28 UTC
(rev 8896)
@@ -2,7 +2,8 @@
version 3.0000
header_name {.h}
code_name {.cxx}
-wks_name FLTK
+wks_name FLTK
+wks_env 1
comment {//
// "$Id$"
//
@@ -33,6 +34,9 @@
decl {\#include "Fl_Type.h"} {public global
}
+decl {\#include <stdint.h>} {selected public global
+}
+
decl {\#include <fltk3/Pixmap.h>} {public global
}
@@ -411,7 +415,7 @@
break;
}
}
- o->copy_label(buf);} open selected
+ o->copy_label(buf);} open
xywh {75 105 170 20} labelsize 12
} {
MenuItem {} {
Modified: branches/branch-3.0/fluid/workspace_panel.h
===================================================================
--- branches/branch-3.0/fluid/workspace_panel.h 2011-08-01 10:55:32 UTC (rev
8895)
+++ branches/branch-3.0/fluid/workspace_panel.h 2011-08-02 08:49:28 UTC (rev
8896)
@@ -29,6 +29,7 @@
#define workspace_panel_h
#include <fltk3/run.h>
#include "Fl_Type.h"
+#include <stdint.h>
#include <fltk3/Pixmap.h>
#include <fltk3/MultiLabel.h>
extern fltk3::Pixmap menu_none_pixmap;
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit