X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_glutfont_definitions.c;h=4dde49fa717427a6bb56be933b32765f8a8a124f;hb=ce2e5aba172eb85cda2b4f047bdcf9f54d019fd7;hp=87fdf40b4a83daa4311f858e4e159db4e2a37a26;hpb=98ea79ef777bea593a87aef9600ee3d4fda6e110;p=freeglut diff --git a/src/freeglut_glutfont_definitions.c b/src/freeglut_glutfont_definitions.c index 87fdf40..4dde49f 100644 --- a/src/freeglut_glutfont_definitions.c +++ b/src/freeglut_glutfont_definitions.c @@ -46,20 +46,20 @@ struct freeglutStrokeFont { - const char *name ; - int num_chars ; - void *ch ; - float top ; - float bottom ; -}; + const char *name ; + int num_chars ; + void *ch ; + float top ; + float bottom ; +}; struct freeglutBitmapFont -{ - const char *name ; - const int num_chars ; - const int first ; - const void *ch ; -}; +{ + const char *name ; + const int num_chars ; + const int first ; + const void *ch ; +}; struct freeglutStrokeFont glutStrokeRoman ;