Shallow formatting pass.

This commit is contained in:
Camilla Berglund
2010-09-07 17:50:43 +02:00
parent 38b0ccb9b3
commit 1baf233d12
11 changed files with 73 additions and 76 deletions
+2 -2
View File
@@ -206,7 +206,7 @@ void _glfwSetVideoModeMODE( int mode )
//========================================================================
// _glfwSetVideoMode() - Change the current video mode
// Change the current video mode
//========================================================================
void _glfwSetVideoMode( int *w, int *h, int r, int g, int b, int refresh )
@@ -226,7 +226,7 @@ void _glfwSetVideoMode( int *w, int *h, int r, int g, int b, int refresh )
//************************************************************************
//========================================================================
// _glfwPlatformGetVideoModes() - Get a list of available video modes
// Get a list of available video modes
//========================================================================
int _glfwPlatformGetVideoModes( GLFWvidmode *list, int maxcount )