mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 05:12:02 +00:00
[client] renderers: only rebuild the font atlas if marked dirty
This commit is contained in:
@@ -106,6 +106,7 @@ struct AppState
|
||||
int windowW, windowH;
|
||||
int windowCX, windowCY;
|
||||
double windowScale;
|
||||
double fontScale;
|
||||
LG_RendererRotate rotate;
|
||||
bool focused;
|
||||
struct Border border;
|
||||
@@ -120,6 +121,7 @@ struct AppState
|
||||
|
||||
LG_Renderer * lgr;
|
||||
atomic_int lgrResize;
|
||||
atomic_bool fontDirty;
|
||||
LG_Lock lgrLock;
|
||||
bool useDMA;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user