Ryan C. Gordon

Results 1356 comments of Ryan C. Gordon

Going to implement this shortly. So the info we want here, if we really want to encompass app metadata... - app name - developer name - maybe some unique identifier...

I don't think we're looking for a query, just a way that SDL can have that information available to forward to other things that want it (PulseAudio's list of applications...

We've talked about this and we'd rather do this right in SDL3, so we're going to bump this out of the SDL2 milestones instead of kicking it down the line....

I've put this in the 2.26 milestone; if we're generally comfortable with this patch but want more testing, we should probably merge it while we have a few months for...

Reproduction case. Change the `#if 1` for how to create the window, compile, run on x11. Press 'f' to toggle fullscreen/windowed. ```c /* gcc -Wall -O0 -ggdb3 -o testwin test.c...

Okay, the problem is, at least for X11, that we rely on the window manager to put this stuff back during `SDL_SetWindowFullscreen(win, 0);`, but it does it based on the...

I think we're out of time for 2.0.18 on this one, so I'm bumping to 2.0.20.

What platform is this happening on (and if it's with the X11 backend: what window manager?). Does this test program reproduce it? (Launch it, press 'm' to minimize, restore from...

Hmm, I'm having the opposite problem on IceWM (which I don't recommend as desktop environment, except to illustrate this specific point)...once a window has the maximize flag, it never goes...

Testing this on Gnome, Ubuntu 21.10... ``` icculus@lucha:~$ ./testmaximize Flags changed! Now SDL_WINDOW_OPENGL SDL_WINDOW_SHOWN SDL_WINDOW_RESIZABLE SDL_WINDOW_MAXIMIZED SDL_WINDOW_INPUT_FOCUS SDL_WINDOW_MOUSE_FOCUS [ ... I press 'm' to minimize ...] Flags changed! Now SDL_WINDOW_OPENGL...