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
This commit is contained in:
Michael R Sweet
2003-01-10 19:29:09 +00:00
parent 24f57a7aea
commit 4bf5385fb1
8 changed files with 56 additions and 44 deletions
+8 -1
View File
@@ -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 $".
//