summaryrefslogtreecommitdiff
path: root/FL/glut.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2011-04-24 17:09:41 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2011-04-24 17:09:41 +0000
commit3b768484358c6ce7cc8e769ac2bc0cd5da0b1924 (patch)
tree28ca203dcfd95f8b33ba0576818362c79f611a66 /FL/glut.H
parent89be9d5e04497817a62ac5060abd688bfd173413 (diff)
Documentation updates, also fixing STR #2574, trying to make clear
which events invisible and inactive widgets can get. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8623 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/glut.H')
-rw-r--r--FL/glut.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/glut.H b/FL/glut.H
index 7dac1746d..38248066b 100644
--- a/FL/glut.H
+++ b/FL/glut.H
@@ -3,7 +3,7 @@
//
// GLUT emulation header file for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Copyright 1998-2011 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -407,7 +407,7 @@ FL_EXPORT GLUTproc glutGetProcAddress(const char *procName);
//inline void glutVideoPan(int x, int y, int width, int height);
-// Font argument must be a void* for compatability, so...
+// Font argument must be a void* for compatibility, so...
/** fltk glut font/size attributes used in the glutXXX functions */
struct Fl_Glut_Bitmap_Font {Fl_Font font; Fl_Fontsize size;};