aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 3ebcea260af..e64202549f7 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -51,16 +51,6 @@ Boston, MA 02111-1307, USA. */
51 } \ 51 } \
52 if (! FRAME_W32_P (f)) 52 if (! FRAME_W32_P (f))
53 53
54/* Emulate XCharStruct. */
55typedef struct _XCharStruct
56{
57 int rbearing;
58 int lbearing;
59 int width;
60 int ascent;
61 int descent;
62} XCharStruct;
63
64 54
65/* Indicates whether we are in the readsocket call and the message we 55/* Indicates whether we are in the readsocket call and the message we
66 are processing in the current loop */ 56 are processing in the current loop */
@@ -264,6 +254,7 @@ extern struct w32_display_info *w32_term_init ();
264 254
265extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, int)); 255extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, int));
266extern struct font_info *w32_get_font_info (), *w32_query_font (); 256extern struct font_info *w32_get_font_info (), *w32_query_font ();
257extern void w32_cache_char_metrics (XFontStruct *font);
267extern void w32_find_ccl_program(); 258extern void w32_find_ccl_program();
268 259
269#define PIX_TYPE COLORREF 260#define PIX_TYPE COLORREF