diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-02-16 22:00:04 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-02-16 22:00:04 +0000 |
| commit | ca41e69c27af0dee60b8186d06f5be0713d1a051 (patch) | |
| tree | 85fd248b68d4d00414fef6488016da975f739bd2 /FL/Fl_Double_Window.H | |
| parent | 18312d3c1fb325c0d9ac92e98137cebbcadb563c (diff) | |
Updated headers to support WIN32 and OS/2 DLLs.
Updated VC++ project files.
Removed dummymain.c (no longer needed).
git-svn-id: file:///fltk/svn/fltk/trunk@278 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Double_Window.H')
| -rw-r--r-- | FL/Fl_Double_Window.H | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/FL/Fl_Double_Window.H b/FL/Fl_Double_Window.H index 3f5e4a8e4..4104e8986 100644 --- a/FL/Fl_Double_Window.H +++ b/FL/Fl_Double_Window.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Double_Window.H,v 1.6 1999/01/07 19:16:53 mike Exp $" +// "$Id: Fl_Double_Window.H,v 1.7 1999/02/16 21:59:37 mike Exp $" // // Double-buffered window header file for the Fast Light Tool Kit (FLTK). // @@ -30,14 +30,14 @@ class Fl_Double_Window : public Fl_Window { protected: - void flush(int eraseoverlay); + FL_EXPORT void flush(int eraseoverlay); public: - void show(); + FL_EXPORT void show(); void show(int a, char **b) {Fl_Window::show(a,b);} - void flush(); - void resize(int,int,int,int); - void hide(); - ~Fl_Double_Window(); + FL_EXPORT void flush(); + FL_EXPORT void resize(int,int,int,int); + FL_EXPORT void hide(); + FL_EXPORT ~Fl_Double_Window(); Fl_Double_Window(int W, int H, const char *l = 0) : Fl_Window(W,H,l) {} Fl_Double_Window(int X, int Y, int W, int H, const char *l = 0) : Fl_Window(X,Y,W,H,l) {} @@ -46,5 +46,5 @@ public: #endif // -// End of "$Id: Fl_Double_Window.H,v 1.6 1999/01/07 19:16:53 mike Exp $". +// End of "$Id: Fl_Double_Window.H,v 1.7 1999/02/16 21:59:37 mike Exp $". // |
