VRG: test sender - send back RenderPacket

+ use requested width/height from received RenderPacket
This commit is contained in:
Martin Pulec
2021-05-03 13:42:16 +02:00
parent 4fc9590a4f
commit f0fb17362b
2 changed files with 37 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ header is `libug.h` (in _src/_).
### Compile
cc -Isrc -o test_sender test_libug_sender.c -Llib -lug
cc -Isrc -o test_sender test_libug_sender.c -Llib -lug -pthread
### Run