diff options
| author | Andrew Innes | 2000-10-21 13:31:20 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-10-21 13:31:20 +0000 |
| commit | eeddd5a0bcb70eae60023bc9c8a96e8169265366 (patch) | |
| tree | 90c84f0727aa5de69ef44af248d1cc162574784f /src/w32term.h | |
| parent | 0042231086aecd834b0828865e814b509f37dfcf (diff) | |
| download | emacs-eeddd5a0bcb70eae60023bc9c8a96e8169265366.tar.gz emacs-eeddd5a0bcb70eae60023bc9c8a96e8169265366.zip | |
Extern decl for w32_cache_char_metrics.
Diffstat (limited to 'src/w32term.h')
| -rw-r--r-- | src/w32term.h | 11 |
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. */ | ||
| 55 | typedef 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 | ||
| 265 | extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, int)); | 255 | extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, int)); |
| 266 | extern struct font_info *w32_get_font_info (), *w32_query_font (); | 256 | extern struct font_info *w32_get_font_info (), *w32_query_font (); |
| 257 | extern void w32_cache_char_metrics (XFontStruct *font); | ||
| 267 | extern void w32_find_ccl_program(); | 258 | extern void w32_find_ccl_program(); |
| 268 | 259 | ||
| 269 | #define PIX_TYPE COLORREF | 260 | #define PIX_TYPE COLORREF |