Moved X11 gamma ramp termination to gamma module.

This commit is contained in:
Camilla Berglund
2012-05-31 01:34:21 +02:00
parent 20fccd4aa3
commit 322407ae9f
3 changed files with 14 additions and 3 deletions
+1
View File
@@ -285,6 +285,7 @@ void _glfwInitTimer(void);
// Gamma
void _glfwInitGammaRamp(void);
void _glfwTerminateGammaRamp(void);
// Fullscreen support
int _glfwGetClosestVideoMode(int* width, int* height, int* rate);