Only restore gamma ramp if it has been changed.

This commit is contained in:
Camilla Berglund
2012-05-24 11:46:51 +02:00
parent f5eb79ed28
commit 79bef68511
5 changed files with 7 additions and 3 deletions
+1
View File
@@ -245,6 +245,7 @@ struct _GLFWlibrary
GLFWgammaramp currentRamp;
GLFWgammaramp originalRamp;
int originalRampSize;
GLboolean rampChanged;
// This is defined in the current port's platform.h
_GLFW_PLATFORM_LIBRARY_WINDOW_STATE;