On MS Windows, 'ffplay.exe -fs' does not start fullscreen. Behavior
on linux is correct.
On Windows, the initial placement of the SDL screen triggers the
SDL_VIDEORESIZE event. This executes the code in the event_loop which
calls SDL_SetVideoMode with the SDL_RESIZEABLE bit set. On linux the
Your patch works.
Thanks,
Jeff
At 01:19 PM 9/22/2014, you wrote:
On Fri, 19 Sep 2014, Jeff Dwork wrote:
On MS Windows, 'ffplay.exe -fs' does not start fullscreen. Behavior
on linux is correct.
On Windows, the initial placement of the SDL screen triggers the
SDL_VIDEORESIZE e