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

Rename control to controller

The struct decoder is defined in decoder.h.

For naming consistency, define the struct controller in controller.h.
This commit is contained in:
Romain Vimont
2018-02-08 11:26:31 +01:00
parent 7b7fd77134
commit ffae15e36a
4 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
#include "command.h"
#include "common.h"
#include "control.h"
#include "controller.h"
#include "convert.h"
#include "decoder.h"
#include "events.h"