Include config.h to fix HIDPI support
Ref: <https://github.com/Genymobile/scrcpy/issues/829> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
f510f1de1c
commit
129dabcfa4
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <string.h>
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
#include "compat.h"
|
||||
#include "icon.xpm"
|
||||
|
|
Loading…
Reference in a new issue