Rename maximum_size to max_size
The long option is --max-size, so for consistency, adapt the code accordingly.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
#include <SDL2/SDL_stdinc.h>
|
||||
|
||||
SDL_bool scrcpy(const char *serial, Uint16 local_port, Uint16 maximum_size);
|
||||
SDL_bool scrcpy(const char *serial, Uint16 local_port, Uint16 max_size);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user