diff options
| author | Kim F. Storm | 2003-03-21 22:56:52 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-03-21 22:56:52 +0000 |
| commit | e080d3ebbf5823a103ff1f9c7614f05e55d91793 (patch) | |
| tree | 2289a36a54a56d6edf18cb0b8d983a31701cf0ad /src/msdos.h | |
| parent | 1853f74c1cede3a355e61ee504ec6289e0c58833 (diff) | |
| download | emacs-e080d3ebbf5823a103ff1f9c7614f05e55d91793.tar.gz emacs-e080d3ebbf5823a103ff1f9c7614f05e55d91793.zip | |
* xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
Add generic versions here. Remove system specific versions
defined elsewhere.
Diffstat (limited to 'src/msdos.h')
| -rw-r--r-- | src/msdos.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/msdos.h b/src/msdos.h index a919bf694ad..fa21d24650b 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -118,14 +118,6 @@ extern struct x_output the_only_x_display; | |||
| 118 | struct frame; | 118 | struct frame; |
| 119 | struct window; | 119 | struct window; |
| 120 | 120 | ||
| 121 | /* From xterm.c; emulated on msdos.c */ | ||
| 122 | |||
| 123 | extern void pixel_to_glyph_coords P_ ((struct frame *f, int pix_x, int pix_y, | ||
| 124 | int *x, int *y, XRectangle *bounds, | ||
| 125 | int noclip)); | ||
| 126 | extern void glyph_to_pixel_coords P_ ((struct frame *f, int x, int y, | ||
| 127 | int *pix_x, int *pix_y)); | ||
| 128 | |||
| 129 | /* Defined in xfns.c; emulated on msdos.c */ | 121 | /* Defined in xfns.c; emulated on msdos.c */ |
| 130 | 122 | ||
| 131 | extern int have_menus_p P_ ((void)); | 123 | extern int have_menus_p P_ ((void)); |