summaryrefslogtreecommitdiff
path: root/src/msdos.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-03-21 22:56:52 +0000
committerKim F. Storm <storm@cua.dk>2003-03-21 22:56:52 +0000
commite080d3ebbf5823a103ff1f9c7614f05e55d91793 (patch)
tree2289a36a54a56d6edf18cb0b8d983a31701cf0ad /src/msdos.h
parent1853f74c1cede3a355e61ee504ec6289e0c58833 (diff)
downloademacs-e080d3ebbf5823a103ff1f9c7614f05e55d91793.tar.gz
* 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.h8
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;
struct frame;
struct window;
-/* From xterm.c; emulated on msdos.c */
-
-extern void pixel_to_glyph_coords P_ ((struct frame *f, int pix_x, int pix_y,
- int *x, int *y, XRectangle *bounds,
- int noclip));
-extern void glyph_to_pixel_coords P_ ((struct frame *f, int x, int y,
- int *pix_x, int *pix_y));
-
/* Defined in xfns.c; emulated on msdos.c */
extern int have_menus_p P_ ((void));