Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Fixed webOS API functions visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Apr 5, 2021
1 parent 7722328 commit c87c4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libsdl2/libsdl2/webos-apis.patch
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ diff -ruN a/src/SDL_webOS.c b/src/SDL_webOS.c
--- a/src/SDL_webOS.c 1970-01-01 09:00:00.000000000 +0900
+++ b/src/SDL_webOS.c 2021-04-05 23:17:25.424142600 +0900
@@ -0,0 +1,18 @@
+#include "./SDL_internal.h"
+#include "./SDL_config.h"
+#include "SDL_webOS.h"
+
+SDL_bool SDL_webOSCursorVisibility(SDL_bool visible) { return SDL_FALSE; }
Expand Down

0 comments on commit c87c4ba

Please sign in to comment.