mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Removed some debug prints.
This commit is contained in:
parent
9ddc6c3441
commit
6a50d33385
@ -1189,7 +1189,6 @@ int
|
|||||||
Cocoa_CreateWindow(_THIS, SDL_Window * window)
|
Cocoa_CreateWindow(_THIS, SDL_Window * window)
|
||||||
{ @autoreleasepool
|
{ @autoreleasepool
|
||||||
{
|
{
|
||||||
NSLog(@"CREATE WINDOW");
|
|
||||||
SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata;
|
SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata;
|
||||||
NSWindow *nswindow;
|
NSWindow *nswindow;
|
||||||
SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window);
|
SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window);
|
||||||
@ -1549,7 +1548,6 @@ Cocoa_SetWindowFullscreen(_THIS, SDL_Window * window, SDL_VideoDisplay * display
|
|||||||
}
|
}
|
||||||
|
|
||||||
s_moveHack = 0;
|
s_moveHack = 0;
|
||||||
NSLog(@"SET CONTENT SIZE: %@", NSStringFromRect(rect));
|
|
||||||
[nswindow setContentSize:rect.size];
|
[nswindow setContentSize:rect.size];
|
||||||
[nswindow setFrameOrigin:rect.origin];
|
[nswindow setFrameOrigin:rect.origin];
|
||||||
s_moveHack = SDL_GetTicks();
|
s_moveHack = SDL_GetTicks();
|
||||||
|
Loading…
Reference in New Issue
Block a user