Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b61cbba3
Commit
b61cbba3
authored
Sep 03, 1999
by
Gerd Moellmann
Browse files
(struct frame): New member `gamma'.
parent
dd7447cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/frame.h
src/frame.h
+5
-0
No files found.
src/frame.h
View file @
b61cbba3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment