Mercurial > emacs
comparison src/dispextern.h @ 30343:21d1c542f98e
Correct a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 20 Jul 2000 11:17:16 +0000 |
parents | 2e0e027ab8f8 |
children | fe219c6d2ba2 |
comparison
equal
deleted
inserted
replaced
30342:34d7df881220 | 30343:21d1c542f98e |
---|---|
1875 void (*cursor_to) P_ ((int vpos, int hpos, int y, int x)); | 1875 void (*cursor_to) P_ ((int vpos, int hpos, int y, int x)); |
1876 | 1876 |
1877 /* Flush the display of frame F. For X, this is XFlush. */ | 1877 /* Flush the display of frame F. For X, this is XFlush. */ |
1878 void (*flush_display) P_ ((struct frame *f)); | 1878 void (*flush_display) P_ ((struct frame *f)); |
1879 | 1879 |
1880 /* Clear the mouse hightlight in windwo W, if there is any. */ | 1880 /* Clear the mouse hightlight in window W, if there is any. */ |
1881 void (*clear_mouse_face) P_ ((struct window *w)); | 1881 void (*clear_mouse_face) P_ ((struct window *w)); |
1882 | 1882 |
1883 /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on | 1883 /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on |
1884 frame F. */ | 1884 frame F. */ |
1885 void (*get_glyph_overhangs) P_ ((struct glyph *glyph, struct frame *f, | 1885 void (*get_glyph_overhangs) P_ ((struct glyph *glyph, struct frame *f, |