mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 01:48:09 +00:00
[client] imgui: use improved high DPI rendering
This actually makes imgui render at a higher resolution, avoiding scaling and resulting blurriness.
This commit is contained in:
@@ -46,4 +46,7 @@ static inline double util_clamp(double x, double min, double max)
|
||||
return x;
|
||||
}
|
||||
|
||||
#define DEFAULT_FONT_NAME "DejaVu Sans Mono"
|
||||
char * util_getUIFont(const char * fontName);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user