]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct frame): New member `gamma'.
authorGerd Moellmann <gerd@gnu.org>
Fri, 3 Sep 1999 18:49:55 +0000 (18:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 3 Sep 1999 18:49:55 +0000 (18:49 +0000)
src/frame.h

index 6a4e62be3ea143f2325b8844ddc6454771f988b0..27a5c9715f55d8b52f4c05666a1fd32d3f828426 100644 (file)
@@ -346,6 +346,11 @@ struct frame
   /* Nonzero if the mouse has moved on this display
      since the last time we checked.  */
   char mouse_moved;
+
+  /* Exponent for gamma correction of colors.  1/(VIEWING_GAMMA *
+     SCREEN_GAMMA) where viewing_gamma is 0.4545 and SCREEN_GAMMA is a
+     frame parameter.  0 means don't do gamma correction.  */
+  double gamma;
 };
 
 #ifdef MULTI_KBOARD