There was an error while loading. Please reload this page.
1 parent 04c8ec0 commit 0e83fedCopy full SHA for 0e83fed
1 file changed
src/BlocHost-OSWindow-SDL2/BlOSWindowSDL2Host.class.st
@@ -86,6 +86,7 @@ BlOSWindowSDL2Host >> newAttributesFor: aSpace [
86
extent: aSpace extent;
87
resizable: aSpace isResizable;
88
borderless: aSpace isBorderless;
89
+ fullscreen: aSpace isFullscreen;
90
visible: false; "There is a race before opening a window and setting the event handler."
91
yourself.
92
0 commit comments