summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-17 09:56:59 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-17 09:56:59 +0000
commitc8288bd7b45136cc8b11aeed5056f15999ad5973 (patch)
treec54f12228cdb22dc8d2432d649a709a31640e63f /FL
parent51d67574ecae4a7e898a854b23b79be59197cc4e (diff)
Added some GLUT4 functions (STR #1370)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5323 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/glut.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/glut.H b/FL/glut.H
index 8fa9a2f5b..80f3c10c9 100644
--- a/FL/glut.H
+++ b/FL/glut.H
@@ -125,6 +125,8 @@ FL_EXPORT void glutDestroyWindow(int win);
inline void glutPostRedisplay() {glut_window->redraw();}
+FL_EXPORT void glutPostWindowRedisplay(int win);
+
FL_EXPORT void glutSwapBuffers();
inline int glutGetWindow() {return glut_window->number;}
@@ -421,6 +423,7 @@ extern FL_EXPORT struct Glut_Bitmap_Font {uchar font; int size;}
FL_EXPORT void glutBitmapCharacter(void *font, int character);
FL_EXPORT int glutBitmapWidth(void *font, int character);
+FL_EXPORT int glutBitmapLength(void *font, const unsigned char *string);
////////////////////////////////////////////////////////////////
// GLUT drawing functions. These are NOT emulated but you can