2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-31 22:35:37 +00:00

Move utilities to util/

This commit is contained in:
Romain Vimont
2019-11-24 11:53:00 +01:00
parent 83ace84280
commit dfd0707a29
40 changed files with 58 additions and 57 deletions

View File

@@ -4,8 +4,8 @@
#include "config.h"
#include "event_converter.h"
#include "lock_util.h"
#include "log.h"
#include "util/lock.h"
#include "util/log.h"
// Convert window coordinates (as provided by SDL_GetMouseState() to renderer
// coordinates (as provided in SDL mouse events)