Simplified function comment headers.

This commit is contained in:
Camilla Berglund
2013-02-04 13:22:10 +01:00
parent 8ad7c456fd
commit d97dddc8c4
27 changed files with 128 additions and 406 deletions
+2 -7
View File
@@ -40,10 +40,8 @@
#endif
//========================================================================
// Lexical comparison function for GLFW video modes, used by qsort
//========================================================================
//
static int compareVideoModes(const void* firstPtr, const void* secondPtr)
{
int firstBPP, secondBPP, firstSize, secondSize;
@@ -70,11 +68,8 @@ static int compareVideoModes(const void* firstPtr, const void* secondPtr)
return firstSize - secondSize;
}
//========================================================================
// Retrieves the available modes for the specified monitor
//========================================================================
//
static int refreshVideoModes(_GLFWmonitor* monitor)
{
int modeCount;