diff options
| author | Joakim Verona | 2011-12-28 04:12:56 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 04:12:56 +0100 |
| commit | bb29f044aa967831cd664c54eba0de0c701436ce (patch) | |
| tree | 1398cc9780bbae0fdad071a3a3765a571c3f6d7b /src/dispextern.h | |
| parent | 3c935a7e996701244d166f684119f0ff97e25496 (diff) | |
| parent | 5e605a2e528955721fc6f2bd7b9f174c15075fb1 (diff) | |
| download | emacs-bb29f044aa967831cd664c54eba0de0c701436ce.tar.gz emacs-bb29f044aa967831cd664c54eba0de0c701436ce.zip | |
upstream i think
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index a45c5cc138f..ec66dcb4220 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -409,7 +409,7 @@ struct glyph | |||
| 409 | { | 409 | { |
| 410 | /* Metrics of a partial glyph of an image (type == IMAGE_GLYPH). */ | 410 | /* Metrics of a partial glyph of an image (type == IMAGE_GLYPH). */ |
| 411 | struct glyph_slice img; | 411 | struct glyph_slice img; |
| 412 | /* Start and end indices of glyphs of a graphme cluster of a | 412 | /* Start and end indices of glyphs of a grapheme cluster of a |
| 413 | composition (type == COMPOSITE_GLYPH). */ | 413 | composition (type == COMPOSITE_GLYPH). */ |
| 414 | struct { int from, to; } cmp; | 414 | struct { int from, to; } cmp; |
| 415 | /* Pixel offsets for upper and lower part of the acronym. */ | 415 | /* Pixel offsets for upper and lower part of the acronym. */ |