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
70772ed1
Commit
70772ed1
authored
Oct 18, 2000
by
Gerd Moellmann
Browse files
(struct x_display_info): Add color_cells and ncolor_cells.
(x_query_color, x_query_colors): Add prototype.
parent
f04e1297
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/xterm.h
src/xterm.h
+7
-0
No files found.
src/xterm.h
View file @
70772ed1
...
...
@@ -339,6 +339,11 @@ struct x_display_info
XIM
xim
;
XIMStyles
*
xim_styles
;
#endif
/* If non-null, a cache of the colors in the color map. Don't
use this directly, call x_color_cells instead. */
XColor
*
color_cells
;
int
ncolor_cells
;
};
/* This checks to make sure we have a display. */
...
...
@@ -978,6 +983,8 @@ extern unsigned long x_copy_color P_ ((struct frame *, unsigned long));
#ifdef USE_X_TOOLKIT
extern
XtAppContext
Xt_app_con
;
#endif
extern
void
x_query_colors
P_
((
struct
frame
*
f
,
XColor
*
,
int
));
extern
void
x_query_color
P_
((
struct
frame
*
f
,
XColor
*
));
/* Defined in xselect.c */
...
...
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