1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-02-07 06:38:50 -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); const NSRect fbRect = convertRectToBacking(window, contentRect);
_glfwInputFramebufferSize(window, fbRect.size.width, fbRect.size.height); _glfwInputFramebufferSize(window, fbRect.size.width, fbRect.size.height);
_glfwInputWindowDamage(window);
} }
- (void)updateTrackingAreas - (void)updateTrackingAreas