Output initial window creation size in debug

This commit is contained in:
Kovid Goyal
2022-09-10 12:28:53 +05:30
parent 5272318d67
commit bc650f6230

2
glfw/wl_window.c vendored
View File

@@ -368,6 +368,8 @@ static bool createSurface(_GLFWwindow* window,
wl_surface_set_user_data(window->wl.surface, window);
debug("Creating window at size: %dx%d and scale 1\n", wndconfig->width, wndconfig->height);
window->wl.native = wl_egl_window_create(window->wl.surface,
wndconfig->width,
wndconfig->height);