summaryrefslogtreecommitdiff
path: root/FL/Fl_XBM_Image.H
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2005-04-05 18:24:06 +0000
committerAaron M. Ucko <ucko@debian.org>2005-04-05 18:24:06 +0000
commit555037577b9953b61df882da1e0c2e640a90cbbf (patch)
treed6517512c6dab145e81033603c480505db8b8cc9 /FL/Fl_XBM_Image.H
parent3a30e2c54fc02778dae48d4da42a89ef58097179 (diff)
Load fltk-1.1.3 into branches/upstream/current.
Diffstat (limited to 'FL/Fl_XBM_Image.H')
-rw-r--r--FL/Fl_XBM_Image.H41
1 files changed, 41 insertions, 0 deletions
diff --git a/FL/Fl_XBM_Image.H b/FL/Fl_XBM_Image.H
new file mode 100644
index 0000000..ae48637
--- /dev/null
+++ b/FL/Fl_XBM_Image.H
@@ -0,0 +1,41 @@
+//
+// "$Id: Fl_XBM_Image.H,v 1.1.2.3 2003/01/30 21:40:40 easysw Exp $"
+//
+// XBM image header file for the Fast Light Tool Kit (FLTK).
+//
+// Copyright 1998-2003 by Bill Spitzak and others.
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Library General Public
+// License as published by the Free Software Foundation; either
+// version 2 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Library General Public License for more details.
+//
+// You should have received a copy of the GNU Library General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+// USA.
+//
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
+//
+
+#ifndef Fl_XBM_Image_H
+#define Fl_XBM_Image_H
+# include "Fl_Bitmap.H"
+
+class FL_EXPORT Fl_XBM_Image : public Fl_Bitmap {
+
+ public:
+
+ Fl_XBM_Image(const char* filename);
+};
+
+#endif // !Fl_XBM_Image_H
+
+//
+// End of "$Id: Fl_XBM_Image.H,v 1.1.2.3 2003/01/30 21:40:40 easysw Exp $".
+//