1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-30 19:08:51 -05:00

Added refresh event on backing property change.

This commit is contained in:
Camilla Berglund 2015-01-05 22:33:02 +01:00
parent 439417a22c
commit 58e9d7a8ec

View File

@ -453,6 +453,7 @@ static int translateKey(unsigned int key)
const NSRect fbRect = convertRectToBacking(window, contentRect);
_glfwInputFramebufferSize(window, fbRect.size.width, fbRect.size.height);
_glfwInputWindowDamage(window);
}
- (void)updateTrackingAreas