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
f6b54648
Commit
f6b54648
authored
Jun 13, 2007
by
YAMAMOTO Mitsuharu
Browse files
(struct image) [HAVE_WINDOW_SYSTEM]: New members
frame_foreground and frame_background.
parent
1ce9c95c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/dispextern.h
src/dispextern.h
+4
-0
No files found.
src/dispextern.h
View file @
f6b54648
...
...
@@ -2431,6 +2431,10 @@ struct image
if necessary. */
unsigned
long
background
;
/* Foreground and background colors of the frame on which the image
is created. */
unsigned
long
frame_foreground
,
frame_background
;
/* True if this image has a `transparent' background -- that is, is
uses an image mask. The accessor macro for this is
`IMAGE_BACKGROUND_TRANSPARENT'. */
...
...
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