mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-17 10:34:48 +00:00
haiku: Don't print screen dimensions when going full screen
This commit is contained in:
committed by
Anonymous Maarten
parent
a50e8a6985
commit
3a3ebba89c
@@ -690,9 +690,6 @@ class SDL_BWin : public BWindow
|
||||
if (fullscreen) {
|
||||
BScreen screen(this);
|
||||
BRect screenFrame = screen.Frame();
|
||||
printf("screen frame: ");
|
||||
screenFrame.PrintToStream();
|
||||
printf("\n");
|
||||
_bordered = Look() != B_NO_BORDER_WINDOW_LOOK;
|
||||
_resizable = !(Flags() & B_NOT_RESIZABLE);
|
||||
_non_fullscreen_frame = Frame();
|
||||
|
||||
Reference in New Issue
Block a user