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
feb2737b
Commit
feb2737b
authored
Dec 18, 2007
by
Kenichi Handa
Browse files
(xfont_get_cache): Adjust the argument type.
parent
69ea039a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
src/xfont.c
src/xfont.c
+5
-6
No files found.
src/xfont.c
View file @
feb2737b
...
...
@@ -154,7 +154,7 @@ xfont_get_pcm (xfont, char2b)
?
NULL
:
pcm
);
}
static
Lisp_Object
xfont_get_cache
P_
((
Lisp_Object
));
static
Lisp_Object
xfont_get_cache
P_
((
FRAME_PTR
));
static
Lisp_Object
xfont_list
P_
((
Lisp_Object
,
Lisp_Object
));
static
Lisp_Object
xfont_match
P_
((
Lisp_Object
,
Lisp_Object
));
static
Lisp_Object
xfont_list_family
P_
((
Lisp_Object
));
...
...
@@ -185,16 +185,16 @@ struct font_driver xfont_driver =
xfont_has_char
,
xfont_encode_char
,
xfont_text_extents
,
xfont_draw
,
xfont_draw
};
extern
Lisp_Object
QCname
;
static
Lisp_Object
xfont_get_cache
(
f
rame
)
Lisp_Object
frame
;
xfont_get_cache
(
f
)
FRAME_PTR
f
;
{
Display_Info
*
dpyinfo
=
FRAME_X_DISPLAY_INFO
(
XFRAME
(
frame
)
);
Display_Info
*
dpyinfo
=
FRAME_X_DISPLAY_INFO
(
f
);
return
(
dpyinfo
->
name_list_element
);
}
...
...
@@ -815,7 +815,6 @@ xfont_draw (s, from, to, x, y, with_background)
return
len
;
}
void
syms_of_xfont
()
...
...
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