فهرست منبع

Null: Fix missing damage event

Camilla Löwy 1 سال پیش
والد
کامیت
64b4f0f30c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/null_window.c

+ 1 - 0
src/null_window.c

@@ -259,6 +259,7 @@ void _glfwSetWindowSizeNull(_GLFWwindow* window, int width, int height)
         window->null.width = width;
         window->null.width = width;
         window->null.height = height;
         window->null.height = height;
         _glfwInputFramebufferSize(window, width, height);
         _glfwInputFramebufferSize(window, width, height);
+        _glfwInputWindowDamage(window);
         _glfwInputWindowSize(window, width, height);
         _glfwInputWindowSize(window, width, height);
     }
     }
 }
 }