emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32font.h,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/w32font.h,v
Date: Wed, 14 May 2008 01:04:24 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/05/14 01:04:21

Index: w32font.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32font.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- w32font.h   8 Apr 2008 14:29:21 -0000       1.7
+++ w32font.h   14 May 2008 01:04:21 -0000      1.8
@@ -55,8 +55,11 @@
   unsigned int glyph_idx;
   struct w32_metric_cache **cached_metrics;
   int n_cache_blocks;
+  W32FontStruct *compat_w32_font;
 };
 
+#define FONT_COMPAT(f) (((struct w32font_info *) (f))->compat_w32_font)
+
 #define CACHE_BLOCKSIZE 128
 
 Lisp_Object w32font_get_cache P_ ((FRAME_PTR fe));
@@ -67,7 +70,7 @@
                                         Lisp_Object font_spec,
                                         int opentype_only));
 int w32font_open_internal P_ ((FRAME_PTR f, Lisp_Object font_entity,
-                               int pixel_size, struct w32font_info *w32_font));
+                               int pixel_size, Lisp_Object font_object));
 void w32font_close P_ ((FRAME_PTR f, struct font *font));
 int w32font_has_char P_ ((Lisp_Object entity, int c));
 int w32font_text_extents P_ ((struct font *font, unsigned *code, int nglyphs,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]