Özkan Sezer

Results 570 comments of Özkan Sezer

> > please make sure #4026 is now a non-issue. > > I've reopened it so we don't forget. Wel, closed it again. It really looks like a non-issue today.

Possible wishlist: Maybe a callback based RW with user-supplied read, seek, tell, etc function pointers? If that'd be interesting for many, of course.

After WinRT removal commit, wiki autobot pushed https://github.com/libsdl-org/sdlwiki/commit/168baee90967630e327c1f578ca3cc72e88cb09d: Those winrt-specific pages actually need removing.

What shall we really gain from all this? Namely: > Off the top of my head, we can drop Sint*/Uint* in favor of types in stdint.h Our types are already...

Separation of list procedures is a good thing that can be done without this PR.

A few notes (all of which can be rectified easily later when you finalize things): - The current code relies on static linkage to SDL2, because `SDL_VideoCaptureInit` and `SDL_VideoCaptureQuit` are...

Is there a specific reason you want a dedicated SDL_VideoCaptureDeviceID type instead of plain Sint32 - that way, you won't have to include video_capture.h from within SDL.h and only its...

> @sezero I think this is fixed. Do you receive also the notification the ci build failed for this branch ? I hope this is ok now. Yes, CI seems...

autotools need the equivalent changes made in cmake. Untested patch to configure.ac follows ```diff diff --git a/configure.ac b/configure.ac index 1d96004..b18d214 100644 --- a/configure.ac +++ b/configure.ac @@ -2189,13 +2189,22 @@ CheckCOCOA()...