summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-14 16:19:48 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-14 16:19:48 +0000
commit1aecada52cd42120137dda305c263fde27518352 (patch)
tree3f4b5fb11f9bdb95ea9bed51862b7d869de3ce75 /FL/Fl_Window.H
parent019f933251bc5b49a297dfe28ca8623de71c5bd3 (diff)
DLL changes (still some more to go...)
Move BMP, GIF, and PNM image loaders to fltkimages project. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Window.H')
-rw-r--r--FL/Fl_Window.H14
1 files changed, 7 insertions, 7 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index 45b25e8ed..c154ac1ed 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Window.H,v 1.12.2.6.2.4 2002/08/01 02:15:41 easysw Exp $"
+// "$Id: Fl_Window.H,v 1.12.2.6.2.5 2002/08/14 16:19:48 easysw Exp $"
//
// Window header file for the Fast Light Tool Kit (FLTK).
//
@@ -46,7 +46,7 @@ class FL_EXPORT Fl_Window : public Fl_Group {
// cursor stuff
Fl_Cursor cursor_default;
Fl_Color cursor_fg, cursor_bg;
- FL_EXPORT void size_range_();
+ void size_range_();
// values for flags():
enum {
FL_MODAL = 64,
@@ -55,13 +55,13 @@ class FL_EXPORT Fl_Window : public Fl_Group {
FL_NON_MODAL = 32,
FL_OVERRIDE = 256
};
- FL_EXPORT void _Fl_Window(); // constructor innards
+ void _Fl_Window(); // constructor innards
protected:
- static FL_EXPORT Fl_Window *current_;
- virtual FL_EXPORT void draw();
- virtual FL_EXPORT void flush();
+ static Fl_Window *current_;
+ virtual void draw();
+ virtual void flush();
public:
@@ -123,5 +123,5 @@ public:
#endif
//
-// End of "$Id: Fl_Window.H,v 1.12.2.6.2.4 2002/08/01 02:15:41 easysw Exp $".
+// End of "$Id: Fl_Window.H,v 1.12.2.6.2.5 2002/08/14 16:19:48 easysw Exp $".
//