Move screen-related code to screen.c
The file scrcpy.c contains too many different things in addition to the main logic, so move the screen code to a separate file, screen.c.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef SCREEN_H
|
||||
#define SCREEN_H
|
||||
#ifndef SCRCPY_H
|
||||
#define SCRCPY_H
|
||||
|
||||
#include <SDL2/SDL_stdinc.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user