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>
pull/542/head
Sebastian Krzyszkowiak 5 years ago committed by Romain Vimont
parent ffa8c66979
commit 068253a3a2

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

Loading…
Cancel
Save