Changed an "#elif TARGET_HOST_UNIX_X11" to "#else", since this simply

governed menu aesthetics.  I think that it's better to have a default
that works than to break completely, should freeglut ever be ported to
a new (non-WIN32, non-UNIX/X11) target.


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@248 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
rkrolib 2003-10-27 05:36:29 +00:00
parent f5a588101e
commit 914a40acb4

View File

@ -70,7 +70,7 @@
*/
#if TARGET_HOST_WIN32
#define FREEGLUT_MENU_FONT GLUT_BITMAP_8_BY_13
#elif TARGET_HOST_UNIX_X11
#else
#define FREEGLUT_MENU_FONT GLUT_BITMAP_HELVETICA_18
#endif