Display-Lock icon indicating copy to clipboard operation
Display-Lock copied to clipboard

Check if window is already fullscreen or borderless

Open Stateford opened this issue 7 years ago • 4 comments

There's currently a bug where if the window is already fullscreen or borderless when the user hit's start, the application with add a border to the window. This behavior should be avoided.

Stateford avatar Sep 27 '18 17:09 Stateford

@idietmoran If possible I would like to take a look at this issue!

ghost avatar Oct 05 '18 20:10 ghost

Sure, check win.c in dispLib/

Stateford avatar Oct 05 '18 20:10 Stateford

@idietmoran Just wanted to clarify regarding this issue. When I have a window in fullscreen mode with DisplayLock activated, and I press the "Start" button (Windows Key), I get the Start Menu popping up, and I am able to move the cursor out of the window. Are you trying to disable the ability to move out of the window once the "Start" button is pressed?

ghost avatar Oct 05 '18 21:10 ghost

No, if the window is already fullscreen or already borderless, I want to make sure we don't change the window's styles.

Stateford avatar Oct 05 '18 21:10 Stateford