We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 306a414 + 48f274f commit b53cb4cCopy full SHA for b53cb4c
1 file changed
src/video/sdl-video-windows.adb
@@ -337,7 +337,8 @@ package body SDL.Video.Windows is
337
338
S : constant SDL.Video.Surfaces.Internal_Surface_Pointer := SDL_Get_Window_Surface (Self.Internal);
339
340
- function Make_Surface_From_Pointer (S : in SDL.Video.Surfaces.Internal_Surface_Pointer)
+ function Make_Surface_From_Pointer (S : in SDL.Video.Surfaces.Internal_Surface_Pointer;
341
+ Owns : in Boolean := False)
342
return SDL.Video.Surfaces.Surface with
343
Convention => Ada,
344
Import => True;
0 commit comments