0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/freerdp/0004-incompatible-function-pointer-types.patch
2023-10-28 04:57:05 +08:00

12 lines
279 B
Diff

--- a/client/Wayland/wlfreerdp.c
+++ v/client/Wayland/wlfreerdp.c
@@ -587,7 +587,7 @@
DeleteCriticalSection(&wlf->critical);
}
-static void* uwac_event_clone(const void* val)
+static void* uwac_event_clone(void* val)
{
UwacEvent* copy;
UwacEvent* ev = (UwacEvent*)val;