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