Skip to content

Commit

Permalink
Include config.h to fix HIDPI support
Browse files Browse the repository at this point in the history
Ref: <#829>

Signed-off-by: Romain Vimont <rom@rom1v.com>
  • Loading branch information
lpkruger authored and rom1v committed Sep 29, 2019
1 parent f510f1d commit 129dabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <string.h>
#include <SDL2/SDL.h>

#include "config.h"
#include "common.h"
#include "compat.h"
#include "icon.xpm"
Expand Down

0 comments on commit 129dabc

Please sign in to comment.