diff options
| author | Kenichi Handa | 2006-11-29 12:20:04 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-11-29 12:20:04 +0000 |
| commit | 98d12656aa00a2244e9a1235b8bdf3570ae3b3a8 (patch) | |
| tree | 1d2752c97f92debf921b54325b5197d8d503d667 /src | |
| parent | 66309f759b7c77188bae7b032545632077f4b726 (diff) | |
| download | emacs-98d12656aa00a2244e9a1235b8bdf3570ae3b3a8.tar.gz emacs-98d12656aa00a2244e9a1235b8bdf3570ae3b3a8.zip | |
(ftfont_font_format): Extern declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xftfont.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xftfont.c b/src/xftfont.c index 8030e1069c0..a7a190ec393 100644 --- a/src/xftfont.c +++ b/src/xftfont.c | |||
| @@ -200,6 +200,8 @@ xftfont_match (frame, spec) | |||
| 200 | return entity; | 200 | return entity; |
| 201 | } | 201 | } |
| 202 | 202 | ||
| 203 | extern Lisp_Object ftfont_font_format P_ ((FcPattern *)); | ||
| 204 | |||
| 203 | static FcChar8 ascii_printable[95]; | 205 | static FcChar8 ascii_printable[95]; |
| 204 | 206 | ||
| 205 | static struct font * | 207 | static struct font * |