Could be a crash here, best to just check.

master
BrandonSchaefer ago%!(EXTRA string=11 years) committed by Camilla Berglund
parent c03f273941
commit 8d5043f409
  1. 2
      src/mir_window.c

@ -489,7 +489,9 @@ void _glfwPlatformPostEmptyEvent(void)
void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, int* height)
{
if (width)
*width = window->mir.width;
if (height)
*height = window->mir.height;
}

Loading…
Cancel
Save