Moved X11 gamma ramp init to gamma module.

This commit is contained in:
Camilla Berglund
2012-05-24 11:36:43 +02:00
parent 6059523b6d
commit 1a37788143
3 changed files with 64 additions and 57 deletions
+3
View File
@@ -283,6 +283,9 @@ GLFWGLOBAL struct {
// Time
void _glfwInitTimer(void);
// Gamma
void _glfwInitGammaRamp(void);
// Fullscreen support
int _glfwGetClosestVideoMode(int* width, int* height, int* rate);
void _glfwSetVideoModeMODE(int mode, int rate);