shithub: npe

Download patch

ref: 99c2b65ac55ac2caaf503a3d9adaa74ffee01deb
parent: 26fb9efad94baf092631367484fec70de63439a4
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed Mar 17 03:38:41 EDT 2021

sdl2: forgot to export SDL_CreateSystemCursor

--- a/include/npe/SDL2/SDL.h
+++ b/include/npe/SDL2/SDL.h
@@ -124,6 +124,7 @@
 int SDL_SetTextureAlphaMod(SDL_Texture *texture, Uint8 alpha);
 int SDL_SetTextureColorMod(SDL_Texture *texture, Uint8 r, Uint8 g, Uint8 b);
 int SDL_OpenURL(char *url);
+SDL_Cursor *SDL_CreateSystemCursor(SDL_SystemCursor id);
 
 enum {
 	AUDIO_S16,