Skip to content

Commit 0e83fed

Browse files
committed
Take into account the value of space's fullscreen attribute on open
Fixes #511
1 parent 04c8ec0 commit 0e83fed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/BlocHost-OSWindow-SDL2/BlOSWindowSDL2Host.class.st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ BlOSWindowSDL2Host >> newAttributesFor: aSpace [
8686
extent: aSpace extent;
8787
resizable: aSpace isResizable;
8888
borderless: aSpace isBorderless;
89+
fullscreen: aSpace isFullscreen;
8990
visible: false; "There is a race before opening a window and setting the event handler."
9091
yourself.
9192

0 commit comments

Comments
 (0)