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
This commit is contained in:
Michael R Sweet 2000-06-14 19:57:20 +00:00
parent 6051ce753a
commit a2880d753d
1 changed files with 4 additions and 2 deletions

View File

@ -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 $".
//