OSMesa: Fix invalid window frame size

master
Camilla Löwy ago%!(EXTRA string=9 years)
parent 221451b817
commit 2ea7f9769a
  1. 4
      src/osmesa_window.c

@ -136,10 +136,6 @@ void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window,
int* left, int* top,
int* right, int* bottom)
{
if (right)
*right = window->osmesa.width;
if (bottom)
*top = window->osmesa.height;
}
void _glfwPlatformIconifyWindow(_GLFWwindow* window)

Loading…
Cancel
Save