mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-07 00:28:58 +00:00
Use sc_ prefix for screen
This commit is contained in:
parent
a6644e831b
commit
2a0c2e5e99
5 changed files with 112 additions and 108 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
struct input_manager {
|
||||
struct controller *controller;
|
||||
struct screen *screen;
|
||||
struct sc_screen *screen;
|
||||
|
||||
struct sc_key_processor *kp;
|
||||
struct sc_mouse_processor *mp;
|
||||
|
@ -44,7 +44,7 @@ struct input_manager {
|
|||
|
||||
struct input_manager_params {
|
||||
struct controller *controller;
|
||||
struct screen *screen;
|
||||
struct sc_screen *screen;
|
||||
struct sc_key_processor *kp;
|
||||
struct sc_mouse_processor *mp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue