diff options
| author | Kenichi Handa | 2006-11-24 01:48:49 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-11-24 01:48:49 +0000 |
| commit | 85c3e9081ff2c6865dddc714f2086972c1001b60 (patch) | |
| tree | ad27846bdbfb63abd282c0ff0c9e5380fd1b16bf /src/xfont.c | |
| parent | c66661699fcb1f6e20360e585708a6ba23ee5922 (diff) | |
| download | emacs-85c3e9081ff2c6865dddc714f2086972c1001b60.tar.gz emacs-85c3e9081ff2c6865dddc714f2086972c1001b60.zip | |
*** empty log message ***
Diffstat (limited to 'src/xfont.c')
| -rw-r--r-- | src/xfont.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfont.c b/src/xfont.c index 9941fb2655a..0ea677cdeec 100644 --- a/src/xfont.c +++ b/src/xfont.c | |||
| @@ -592,6 +592,7 @@ xfont_open (f, entity, pixel_size) | |||
| 592 | if (! xfont) | 592 | if (! xfont) |
| 593 | return NULL; | 593 | return NULL; |
| 594 | font = malloc (sizeof (struct font)); | 594 | font = malloc (sizeof (struct font)); |
| 595 | font->format = Qx; | ||
| 595 | font->font.font = xfont; | 596 | font->font.font = xfont; |
| 596 | font->entity = entity; | 597 | font->entity = entity; |
| 597 | font->pixel_size = pixel_size; | 598 | font->pixel_size = pixel_size; |