summaryrefslogtreecommitdiff
path: root/src/w32font.h
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2013-08-01 20:09:20 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2013-08-01 20:09:20 +0400
commit6c1a09ba9a801021002d75425345e51cdc498026 (patch)
treef0463ab9df8cd5d4d22a2452ee2afacefb30bab7 /src/w32font.h
parentf8c2020882a9f78423d9918f1154655c23859530 (diff)
downloademacs-6c1a09ba9a801021002d75425345e51cdc498026.tar.gz
Fix last font-related change.
* w32font.h (w32font_list_internal, w32font_match_internal): Fix prototype. * w32uniscribe.c (uniscribe_list, uniscribe_match): (uniscribe_list_family): Adjust to match font API change. MS-Windows breakage reported by Juanma Barranquero <lekktu@gmail.com> at http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00006.html.
Diffstat (limited to 'src/w32font.h')
-rw-r--r--src/w32font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32font.h b/src/w32font.h
index b4345478a22..a195749bbe8 100644
--- a/src/w32font.h
+++ b/src/w32font.h
@@ -64,10 +64,10 @@ struct w32font_info
#define CACHE_BLOCKSIZE 128
Lisp_Object w32font_get_cache (FRAME_PTR fe);
-Lisp_Object w32font_list_internal (Lisp_Object frame,
+Lisp_Object w32font_list_internal (struct frame *f,
Lisp_Object font_spec,
int opentype_only);
-Lisp_Object w32font_match_internal (Lisp_Object frame,
+Lisp_Object w32font_match_internal (struct frame *f,
Lisp_Object font_spec,
int opentype_only);
int w32font_open_internal (FRAME_PTR f, Lisp_Object font_entity,