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
831fefca
Commit
831fefca
authored
Jul 20, 2001
by
Gerd Moellmann
Browse files
(struct face): Change type of `stipple' to
int; it's an ID.
parent
661aa5c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/dispextern.h
src/dispextern.h
+3
-2
No files found.
src/dispextern.h
View file @
831fefca
...
...
@@ -1201,8 +1201,9 @@ struct face
font may still be used somewhere else. */
XFontStruct
*
font
;
/* Background stipple or bitmap used for this face. */
Pixmap
stipple
;
/* Background stipple or bitmap used for this face. This is
an id as returned from load_pixmap. */
int
stipple
;
#else
/* not HAVE_WINDOW_SYSTEM */
...
...
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