mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-29 16:02:29 +00:00
[client] font: implemented font ABI and updated OpenGL to use it
This commit is contained in:
@@ -62,8 +62,8 @@ typedef LG_RendererOpt * LG_RendererOptions;
|
||||
|
||||
typedef struct LG_RendererParams
|
||||
{
|
||||
TTF_Font * font;
|
||||
TTF_Font * alertFont;
|
||||
// TTF_Font * font;
|
||||
// TTF_Font * alertFont;
|
||||
bool showFPS;
|
||||
}
|
||||
LG_RendererParams;
|
||||
|
||||
Reference in New Issue
Block a user