aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.h
diff options
context:
space:
mode:
authorKim F. Storm2003-03-21 22:56:52 +0000
committerKim F. Storm2003-03-21 22:56:52 +0000
commite080d3ebbf5823a103ff1f9c7614f05e55d91793 (patch)
tree2289a36a54a56d6edf18cb0b8d983a31701cf0ad /src/msdos.h
parent1853f74c1cede3a355e61ee504ec6289e0c58833 (diff)
downloademacs-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.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;
118struct frame; 118struct frame;
119struct window; 119struct window;
120 120
121/* From xterm.c; emulated on msdos.c */
122
123extern 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));
126extern 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
131extern int have_menus_p P_ ((void)); 123extern int have_menus_p P_ ((void));