summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-06-14 19:57:20 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-06-14 19:57:20 +0000
commita2880d753d6bafd9bc4d283bac52d08e1039922f (patch)
treeadddcb1bc91ec7aa33ae7ecdbf4741ba66596131
parent6051ce753a18bbb7338d010249087f351c1b7d03 (diff)
Added declaration for fl_old_shortcut for DLL.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1210 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/fl_shortcut.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx
index 218b8d2f1..ebfad4cfd 100644
--- a/src/fl_shortcut.cxx
+++ b/src/fl_shortcut.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fl_shortcut.cxx,v 1.4.2.6 2000/06/05 21:21:10 mike Exp $"
+// "$Id: fl_shortcut.cxx,v 1.4.2.7 2000/06/14 19:57:20 mike Exp $"
//
// Shortcut support routines for the Fast Light Tool Kit (FLTK).
//
@@ -48,6 +48,8 @@
#include <FL/x.H>
#endif
+extern FL_EXPORT int fl_old_shortcut(const char*);
+
int Fl::test_shortcut(int shortcut) {
if (!shortcut) return 0;
@@ -191,5 +193,5 @@ int Fl_Widget::test_shortcut() {
}
//
-// End of "$Id: fl_shortcut.cxx,v 1.4.2.6 2000/06/05 21:21:10 mike Exp $".
+// End of "$Id: fl_shortcut.cxx,v 1.4.2.7 2000/06/14 19:57:20 mike Exp $".
//