mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-02 15:47:31 +08:00
Remove debug logging
This commit is contained in:
@@ -768,9 +768,6 @@ bool WIN_CreateWindow(SDL_VideoDevice *_this, SDL_Window *window, SDL_Properties
|
|||||||
WIN_ConstrainPopup(window, false);
|
WIN_ConstrainPopup(window, false);
|
||||||
WIN_AdjustWindowRectWithStyle(window, style, styleEx, FALSE, &x, &y, &w, &h, SDL_WINDOWRECT_FLOATING);
|
WIN_AdjustWindowRectWithStyle(window, style, styleEx, FALSE, &x, &y, &w, &h, SDL_WINDOWRECT_FLOATING);
|
||||||
|
|
||||||
int gx, gy;
|
|
||||||
SDL_RelativeToGlobalForWindow(window, window->floating.x, window->floating.y, &gx, &gy);
|
|
||||||
SDL_Log("Create at: %i,%i (%i,%i)", gx, gy, x, y);
|
|
||||||
hwnd = CreateWindowEx(styleEx, SDL_Appname, TEXT(""), style,
|
hwnd = CreateWindowEx(styleEx, SDL_Appname, TEXT(""), style,
|
||||||
x, y, w, h, parent, NULL, SDL_Instance, NULL);
|
x, y, w, h, parent, NULL, SDL_Instance, NULL);
|
||||||
if (!hwnd) {
|
if (!hwnd) {
|
||||||
|
|||||||
Reference in New Issue
Block a user