From bb6b6aea932c5c2e0b8c194a4a3d609d2d73c9d6 Mon Sep 17 00:00:00 2001 From: Pere Pujal i Carabantes Date: Sat, 10 Mar 2018 15:35:36 +0100 Subject: [PATCH] Better scale quality for small screens. --- src/tuxpaint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 92f7131c5..67b898e87 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -23313,6 +23313,7 @@ static void setup(void) window_scale_w = 501.f / ww; window_scale_h = 481.f / hh; + SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "linear"); if (window_scale_w > window_scale_h) { /* Keep things squared */