Fix mouse focus clickthrough

Mouse focus clickthrough didn't work due to compat.h header not being
included in scrcpy.c.

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
Sebastian Krzyszkowiak 2019-05-04 17:48:20 +02:00 committed by Romain Vimont
parent ffa8c66979
commit 068253a3a2

View file

@ -9,6 +9,7 @@
#include "command.h"
#include "common.h"
#include "compat.h"
#include "controller.h"
#include "decoder.h"
#include "device.h"