diff options
| author | Paul Eggert | 2011-12-10 16:56:50 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-10 16:56:50 -0800 |
| commit | 8f50130c565eaf0ad7c49e4ad044c3291ecdfa71 (patch) | |
| tree | c8129448cbbf387fe82667ccac02983592c688f1 /src/dispextern.h | |
| parent | 85a83e2e2585a1906dec5168ed96ad521b5849ed (diff) | |
| parent | 7b9d523a07395ecea505be88f45c33d73aea7038 (diff) | |
| download | emacs-8f50130c565eaf0ad7c49e4ad044c3291ecdfa71.tar.gz emacs-8f50130c565eaf0ad7c49e4ad044c3291ecdfa71.zip | |
Merge from trunk.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index ccb85e7422e..9d5feea6024 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -405,7 +405,7 @@ struct glyph | |||
| 405 | { | 405 | { |
| 406 | /* Metrics of a partial glyph of an image (type == IMAGE_GLYPH). */ | 406 | /* Metrics of a partial glyph of an image (type == IMAGE_GLYPH). */ |
| 407 | struct glyph_slice img; | 407 | struct glyph_slice img; |
| 408 | /* Start and end indices of glyphs of a graphme cluster of a | 408 | /* Start and end indices of glyphs of a grapheme cluster of a |
| 409 | composition (type == COMPOSITE_GLYPH). */ | 409 | composition (type == COMPOSITE_GLYPH). */ |
| 410 | struct { int from, to; } cmp; | 410 | struct { int from, to; } cmp; |
| 411 | /* Pixel offsets for upper and lower part of the acronym. */ | 411 | /* Pixel offsets for upper and lower part of the acronym. */ |
| @@ -2649,11 +2649,11 @@ struct redisplay_interface | |||
| 2649 | void (*flush_display) (struct frame *f); | 2649 | void (*flush_display) (struct frame *f); |
| 2650 | 2650 | ||
| 2651 | /* Flush the display of frame F if non-NULL. This is called | 2651 | /* Flush the display of frame F if non-NULL. This is called |
| 2652 | during redisplay, and should be NULL on systems which flushes | 2652 | during redisplay, and should be NULL on systems which flush |
| 2653 | automatically before reading input. */ | 2653 | automatically before reading input. */ |
| 2654 | void (*flush_display_optional) (struct frame *f); | 2654 | void (*flush_display_optional) (struct frame *f); |
| 2655 | 2655 | ||
| 2656 | /* Clear the mouse hightlight in window W, if there is any. */ | 2656 | /* Clear the mouse highlight in window W, if there is any. */ |
| 2657 | void (*clear_window_mouse_face) (struct window *w); | 2657 | void (*clear_window_mouse_face) (struct window *w); |
| 2658 | 2658 | ||
| 2659 | /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on | 2659 | /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on |
| @@ -3127,9 +3127,7 @@ void w32_init_fringe (struct redisplay_interface *); | |||
| 3127 | void w32_reset_fringes (void); | 3127 | void w32_reset_fringes (void); |
| 3128 | #endif | 3128 | #endif |
| 3129 | 3129 | ||
| 3130 | #if XASSERTS | ||
| 3131 | extern unsigned row_hash (struct glyph_row *); | 3130 | extern unsigned row_hash (struct glyph_row *); |
| 3132 | #endif | ||
| 3133 | 3131 | ||
| 3134 | /* Defined in image.c */ | 3132 | /* Defined in image.c */ |
| 3135 | 3133 | ||