Putting stuff back that was undone with the menu code committed.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@153 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
fc93453910
commit
5e6391f52b
@ -61,16 +61,16 @@ struct freeglutBitmapFont
|
||||
} ;
|
||||
|
||||
|
||||
struct freeglutStrokeFont *glutStrokeRoman ;
|
||||
struct freeglutStrokeFont *glutStrokeMonoRoman ;
|
||||
struct freeglutStrokeFont glutStrokeRoman ;
|
||||
struct freeglutStrokeFont glutStrokeMonoRoman ;
|
||||
|
||||
struct freeglutBitmapFont *glutBitmap9By15 ;
|
||||
struct freeglutBitmapFont *glutBitmap8By13 ;
|
||||
struct freeglutBitmapFont *glutBitmapTimesRoman10 ;
|
||||
struct freeglutBitmapFont *glutBitmapTimesRoman24 ;
|
||||
struct freeglutBitmapFont *glutBitmapHelvetica10 ;
|
||||
struct freeglutBitmapFont *glutBitmapHelvetica12 ;
|
||||
struct freeglutBitmapFont *glutBitmapHelvetica18 ;
|
||||
struct freeglutBitmapFont glutBitmap9By15 ;
|
||||
struct freeglutBitmapFont glutBitmap8By13 ;
|
||||
struct freeglutBitmapFont glutBitmapTimesRoman10 ;
|
||||
struct freeglutBitmapFont glutBitmapTimesRoman24 ;
|
||||
struct freeglutBitmapFont glutBitmapHelvetica10 ;
|
||||
struct freeglutBitmapFont glutBitmapHelvetica12 ;
|
||||
struct freeglutBitmapFont glutBitmapHelvetica18 ;
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -89,11 +89,9 @@
|
||||
#include <X11/Xatom.h>
|
||||
#include <X11/keysym.h>
|
||||
|
||||
#ifndef __sgi
|
||||
#ifndef SOLARIS
|
||||
#if HAVE_X11_EXTENSIONS_XF86VMODE_H
|
||||
#include <X11/extensions/xf86vmode.h>
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user