mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-21 00:38:36 +00:00
Use cbuf for control event queue
Replace the control_event_queue implementation by cbuf.
This commit is contained in:
parent
b38292cd69
commit
241a3dcba5
6 changed files with 14 additions and 190 deletions
|
@ -157,10 +157,6 @@ tests = [
|
|||
['test_cbuf', [
|
||||
'tests/test_cbuf.c',
|
||||
]],
|
||||
['test_control_event_queue', [
|
||||
'tests/test_control_event_queue.c',
|
||||
'src/control_event.c'
|
||||
]],
|
||||
['test_control_event_serialize', [
|
||||
'tests/test_control_event_serialize.c',
|
||||
'src/control_event.c'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue