Sam Lantinga

Results 1875 comments of Sam Lantinga

If we add thread affinity too, that needs to come before ABI stabilizes in 3.2.0.

Remind me again why we need to do this? Most people don't need to specify the stack size, so it seems reasonable to leave the simpler entry point in the...

Okay, let's go ahead and close this for now.

I think we should officially implement the window's alpha channel mask before removing the shaped window API. This is an API I happen to know gets used occasionally, and we...

> > Maybe moving out the shape public interface to internals, and only expose a simpler function > > I think the idea is to remove all of the window...

No, not yet. I need to review how Steam uses it and see if the transparent window flag can be used instead.

Take a look at testshape.c, it’s more complex than you need, but will show you how to use transparent windows for a similar effect.

The intent is for you to just be able to instantiate your own SDL_rwops object, fill in the pointers, and pass it to any API that uses SDL_rwops. That's why...

You’re welcome!

Can you open a new issue for this, for tracking? Thanks!