Skip to content

Commit f4f079a

Browse files
authored
Merge pull request #851 from pharo-graphics/511-BlSpacefullscreen-doesnt-work-at-initialization
Take into account the value of space's fullscreen attribute on open
2 parents 0e396ef + 0e83fed commit f4f079a

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)