mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 14:49:29 +00:00
Rename "frames" to "video_buffer"
It better describes the purpose of the structure.
This commit is contained in:
parent
aacb09a3d6
commit
fff87095d9
11 changed files with 157 additions and 155 deletions
|
@ -4,12 +4,12 @@
|
|||
#include "common.h"
|
||||
#include "controller.h"
|
||||
#include "fps_counter.h"
|
||||
#include "frames.h"
|
||||
#include "video_buffer.h"
|
||||
#include "screen.h"
|
||||
|
||||
struct input_manager {
|
||||
struct controller *controller;
|
||||
struct frames *frames;
|
||||
struct video_buffer *video_buffer;
|
||||
struct screen *screen;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue