mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-25 02:12:20 +00:00
Move common structs to coords.h
The size, point and position structs were defined in common.h. Move them to coords.h so that common.h could be used for generic code to be included in all source files.
This commit is contained in:
parent
037be4af21
commit
6385b8c162
9 changed files with 28 additions and 27 deletions
|
@ -6,7 +6,6 @@
|
|||
#include <SDL2/SDL.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
#include "controller.h"
|
||||
#include "fps_counter.h"
|
||||
#include "scrcpy.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue