Added generic video mode selection.

This commit is contained in:
Camilla Berglund
2012-12-31 03:04:04 +01:00
parent 52dac79219
commit cf42282cfb
2 changed files with 44 additions and 0 deletions
+3
View File
@@ -378,6 +378,9 @@ void _glfwInputMonitorChange(void);
//========================================================================
// Fullscren management (fullscreen.c)
const GLFWvidmode* _glfwChooseVideoMode(const GLFWvidmode* desired,
const GLFWvidmode* alternatives,
unsigned int count);
int _glfwCompareVideoModes(const GLFWvidmode* first, const GLFWvidmode* second);
void _glfwSplitBPP(int bpp, int* red, int* green, int* blue);