monitor and FakeFullScreen

Discuss any general programming issues here
Post Reply
ilbarbax
Posts: 112
Joined: Thu Apr 01, 2010 6:41 pm

monitor and FakeFullScreen

Post by ilbarbax »

Opening a display in FakeFullScreen on the default monitor, once I change the actual monitor with

SetDisplayAttributes({monitor=act_mnt})

the fakefullscreen does not follow the new monitor remaining on the original one. Then I have my window, borderless, in the new monitor, with the underneath system background, and the other monitor black.

I believe this is bug or at least mode=fakefullscreen should be applicable on SetDisplayAttributes too.

Tested under Windows

regards
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: monitor and FakeFullScreen

Post by airsoftsoftwair »

Yes, looks like a bug, thanks for reporting!
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: monitor and FakeFullScreen

Post by airsoftsoftwair »

Code: Select all

- Fix: Using SetDisplayAttributes() to move a display using fake fullscreen mode to a new monitor, its
  shielding black window wasn't moved along with it to the new monitor
Post Reply