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
a4c71909
Commit
a4c71909
authored
Dec 18, 2007
by
Kenichi Handa
Browse files
(w32font_get_cache): Adjust the argument type.
parent
feb2737b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/w32font.c
src/w32font.c
+3
-3
No files found.
src/w32font.c
View file @
a4c71909
...
...
@@ -135,10 +135,10 @@ memq_no_quit (elt, list)
Return a cache of font-entities on FRAME. The cache must be a
cons whose cdr part is the actual cache area. */
Lisp_Object
w32font_get_cache
(
f
rame
)
Lisp_Object
frame
;
w32font_get_cache
(
f
)
FRAME_PTR
f
;
{
struct
w32_display_info
*
dpyinfo
=
FRAME_X_DISPLAY_INFO
(
XFRAME
(
frame
)
);
struct
w32_display_info
*
dpyinfo
=
FRAME_X_DISPLAY_INFO
(
f
);
return
(
dpyinfo
->
name_list_element
);
}
...
...
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