(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
This commit is contained in:
@@ -315,10 +315,10 @@ static FT_Face GetFontFace(FontSize size)
|
||||
}
|
||||
|
||||
|
||||
typedef struct GlyphEntry {
|
||||
struct GlyphEntry {
|
||||
Sprite *sprite;
|
||||
byte width;
|
||||
} GlyphEntry;
|
||||
};
|
||||
|
||||
|
||||
/* The glyph cache. This is structured to reduce memory consumption.
|
||||
|
Reference in New Issue
Block a user