mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Simplified function comment headers.
This commit is contained in:
+2
-7
@@ -37,10 +37,8 @@
|
||||
////// GLFW internal API //////
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//========================================================================
|
||||
// Detect gamma ramp support and save original gamma ramp, if available
|
||||
//========================================================================
|
||||
|
||||
//
|
||||
void _glfwInitGammaRamp(void)
|
||||
{
|
||||
// RandR gamma support is only available with version 1.2 and above
|
||||
@@ -83,11 +81,8 @@ void _glfwInitGammaRamp(void)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//========================================================================
|
||||
// Restore original gamma ramp if necessary
|
||||
//========================================================================
|
||||
|
||||
//
|
||||
void _glfwTerminateGammaRamp(void)
|
||||
{
|
||||
if (_glfw.originalRampSize && _glfw.rampChanged)
|
||||
|
||||
Reference in New Issue
Block a user