Replaced more deprecated CoreGraphics calls.

This commit is contained in:
Camilla Berglund
2012-03-06 02:21:01 +01:00
parent 5f854b2bbf
commit be547da9d2
4 changed files with 111 additions and 28 deletions
+3
View File
@@ -109,5 +109,8 @@ void _glfwInitTimer(void);
void _glfwInitJoysticks(void);
void _glfwTerminateJoysticks(void);
// Fullscreen
GLboolean _glfwSetVideoMode(int* width, int* height, int* bpp, int* refreshRate);
void _glfwRestoreVideoMode(void);
#endif // _platform_h_