Changes between Initial Version and Version 1 of Ticket #4264


Ignore:
Timestamp:
Aug 17, 2009, 10:15:27 AM (15 years ago)
Author:
bga
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4264 – Description

    initial v1  
    1 Whenever you are in  full screen exclusive mode in a BDirectWindow and the resolution is changed with BScreen, the BDirectWindow will keep its size to it will be either bigger or smaller than the current resolution. When it is smaller it is even weirder as you can clearly see the window border and the Desktop below but IsFullScreen returns true.
     1Whenever you are in  full screen exclusive mode in a BDirectWindow and the resolution is changed with BScreen, the BDirectWindow will keep its size so it will be either bigger or smaller than the current resolution. When it is smaller it is even weirder as you can clearly see the window border and the Desktop below but IsFullScreen returns true.
    22
    33I worked around this problem in SDL by disabling and re-enabling full screen mode when resolution changes but this only works when the resolution is changed internally. If something else changes the resolution, this does not work.