Romain Vimont
|
a9b276aa67
|
Remove useless forward declarations
The required headers are included anyway.
|
2017-12-15 17:19:43 +01:00 |
|
Romain Vimont
|
b9c9466d65
|
Handle condition variable failure
Add condition variables function wrappers to handle unexpected failure.
|
2017-12-15 17:15:55 +01:00 |
|
Romain Vimont
|
c4266e487b
|
Rename (un)lock_mutex to mutex_(un)lock
For consistency, rename lock_mutex and unlock_mutex to mutex_lock and
mutex_unlock.
|
2017-12-15 17:15:55 +01:00 |
|
Romain Vimont
|
ad667bfa20
|
Fix function signature
Use void for parameters (this project is in C).
|
2017-12-15 11:37:29 +01:00 |
|
Romain Vimont
|
37d88b8a6a
|
Use SDL_bool return type instead of int
Many functions returned an int to indicate their success. For clarity,
use SDL_bool instead.
|
2017-12-15 11:27:54 +01:00 |
|
Romain Vimont
|
2b44052f80
|
Destroy condition variable on frames destruction
A condition variable was init for the "struct frames", but was never destroyed.
|
2017-12-15 11:12:02 +01:00 |
|
Romain Vimont
|
39fd6ce518
|
Send device name on the socket
Make the server send the device name along with the width and height, so
that the client may use it as the window title.
|
2017-12-13 10:02:07 +01:00 |
|
Romain Vimont
|
54d9148a36
|
Initial commit
Start a new clean history from here.
|
2017-12-12 15:25:15 +01:00 |
|