Make Android work again - adapt to recent changes and fix use of GL-nonES function
[freeglut] / src / gles_stubs.c
index 63693cc..669f44a 100644 (file)
@@ -29,6 +29,7 @@ void glutChangeToSubMenu( int item, const char* label, int value ) {}
 void glutRemoveMenuItem( int item ) {}
 void glutAttachMenu( int button ) {}
 void glutDetachMenu( int button ) {}
+void glutSetMenuFont( int menuID, void* font ) {}
 
 void glutBitmapCharacter( void* font, int character ) {}
 int  glutBitmapWidth( void* font, int character ) { return 0; }