llight3
llight3
A workaround for this is to set the SDL_version in build_deps.sh to the sdl2 version installed on your pc for me this meant i moved from `SDL_version=2.0.9` to `SDL_version=2.0.12`
I wonder if itch.Io would work? I buy a few other hobby projects on there and it would take the issue of how to keep uptodate and shipping the apk...
I have the same build issue on fedora 42 it seems that the definition of handle_pong_frame (introduced https://github.com/gjedeer/tuntox/commit/9b523f2b826dea54613f2eac78f754c9772841b6#diff-a0cb465674c1b01a07d361f25a0ef2b0214b7dfe9412b7777f89add956da10ecR27-R323 ) was removed at https://github.com/gjedeer/tuntox/commit/91d9ad27d4a7ca77c615bcf9d928f11b9d3b3c77#diff-6aef87b25d41e0eeef507a8f2bf4c2b0fc34e60f9283dd7606006503446bdbacR26
I fixed this just by removing the frame argument in main.c ``` diff --git a/main.c b/main.c index 84f3e5a..6a0aace 100644 --- a/main.c +++ b/main.c @@ -656,7 +656,7 @@ int handle_frame(protocol_frame *frame)...
I would also love to see this happen, it's especially useful on smartphones with small screens or for searching contacts. Seems easy enough to implement since you already have a...
This could be done if ASK implemented multitap gesture support (like how the shift button works) so it might be worth opening another feature request for that as that is...