diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-01-10 19:29:09 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-01-10 19:29:09 +0000 |
| commit | 4bf5385fb14c5d4e0d4fb061b5ef1a79cb45389d (patch) | |
| tree | 3900fd96ea1e3c1b343a00fbc04f1bb321c5f54f /fluid | |
| parent | 24f57a7aea2d98a47684103459170b2389f8ad5f (diff) | |
Update Fl_Image and friends so that we don't need to include the
system headers (which unfortunately are not too friendly with other
code...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2893 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/align_widget.cxx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fluid/align_widget.cxx b/fluid/align_widget.cxx index f0777479c..312f14bb6 100644 --- a/fluid/align_widget.cxx +++ b/fluid/align_widget.cxx @@ -1,5 +1,5 @@ // -// +// "$Id: align_widget.cxx,v 1.1.2.2 2003/01/10 19:29:08 easysw Exp $" // // alignment code for the Fast Light Tool Kit (FLTK). // @@ -24,6 +24,7 @@ // #include <FL/Fl.H> +#include <FL/Fl_Window.H> #include "Fl_Widget_Type.h" /** @@ -322,3 +323,9 @@ void align_widget_cb(Fl_Widget*, long how) break; } } + + +// +// End of "$Id: align_widget.cxx,v 1.1.2.2 2003/01/10 19:29:08 easysw Exp $". +// + |
