summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2000-10-21 20:01:56 +0000
committerBill Spitzak <spitzak@gmail.com>2000-10-21 20:01:56 +0000
commit2cbf4041b3bf742c4ab23402234b956db9d83ce8 (patch)
treef728cb1766fd2d6ba25348815bd5a93e6aa3692a /FL
parent710dcef237366e052ef74e68189546db6789e980 (diff)
Does not clear Fl::keysym on every event, this makes better back compatability and fixes Win2000
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1325 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/glut.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/glut.H b/FL/glut.H
index 6b2d9e8c6..fdf71e6ac 100644
--- a/FL/glut.H
+++ b/FL/glut.H
@@ -1,5 +1,5 @@
//
-// "$Id: glut.H,v 1.6.2.4 2000/10/17 07:30:22 spitzak Exp $"
+// "$Id: glut.H,v 1.6.2.5 2000/10/21 20:01:55 spitzak Exp $"
//
// GLUT emulation header file for the Fast Light Tool Kit (FLTK).
//
@@ -435,8 +435,8 @@ extern "C" {
extern APIENTRY int glutExtensionSupported(char *name);
/* Stroke font opaque addresses (use constants instead in source code). */
-extern FL_GLUT_API void *glutStrokeRoman;
-extern FL_GLUT_API void *glutStrokeMonoRoman;
+extern APIENTRY void *glutStrokeRoman;
+extern APIENTRY void *glutStrokeMonoRoman;
/* Stroke font constants (use these in GLUT program). */
#ifdef _WIN32
@@ -476,5 +476,5 @@ extern APIENTRY void glutSolidIcosahedron();
#endif /* __glut_h__ */
//
-// End of "$Id: glut.H,v 1.6.2.4 2000/10/17 07:30:22 spitzak Exp $".
+// End of "$Id: glut.H,v 1.6.2.5 2000/10/21 20:01:55 spitzak Exp $".
//