[Scummvm-tracker] [ScummVM] #9971: SDL2: Fullscreen to RTL launcher resolution

tsoliman trac at scummvm.org
Wed Jul 19 07:56:15 CEST 2017


#9971: SDL2: Fullscreen to RTL launcher resolution
-----------------------+-------------------------------------------
  Reporter:  tsoliman  |      Owner:  (none)
      Type:  defect    |     Status:  new
  Priority:  normal    |  Component:  Ports
Resolution:            |   Keywords:  osx,sdl2,rtl, macos, launcher
      Game:            |
-----------------------+-------------------------------------------

Comment (by tsoliman):

 The test case that is broken is to fullscreen after you enter the game and
 then RTL
 The test case that isn't broken is to fullscreen the launcher first, then
 launch the game (it remains fullscreen) then RTL

 in the test case that is broken, there's this sequence of calls when
 RTLing:
 beginGFXTransaction()
 hotswapGFXMode()
 beginGFXTransaction()
 setGraphicsMode()

 in the case that isn't broken, there's this sequence of calls when RTLing:
 beginGFXTransaction()
 setGraphicsMode()

 I wish I could breakpoint in the middle of this to see who the callers
 are.

--
Ticket URL: <https://bugs.scummvm.org/ticket/9971#comment:2>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list