mirror of
https://github.com/glfw/glfw.git
synced 2026-08-28 10:05:54 +02:00
Added function comment header.
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
//========================================================================
|
||||
// Lexical comparison function for GLFW video modes, used by qsort
|
||||
//========================================================================
|
||||
|
||||
static int compareVideoModes(const void* firstPtr, const void* secondPtr)
|
||||
{
|
||||
GLFWvidmode* first = (GLFWvidmode*) firstPtr;
|
||||
|
||||
Reference in New Issue
Block a user