emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/msdos.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/msdos.c
Date: Fri, 21 Mar 2003 17:56:52 -0500

Index: emacs/src/msdos.c
diff -c emacs/src/msdos.c:1.181 emacs/src/msdos.c:1.182
*** emacs/src/msdos.c:1.181     Fri Mar 21 08:50:39 2003
--- emacs/src/msdos.c   Fri Mar 21 17:56:52 2003
***************
*** 3500,3530 ****
  }
  
  #ifndef HAVE_X_WINDOWS
- /* See xterm.c for more info.  */
- void
- pixel_to_glyph_coords (f, pix_x, pix_y, x, y, bounds, noclip)
-      FRAME_PTR f;
-      register int pix_x, pix_y, *x, *y;
-      XRectangle *bounds;
-      int noclip;
- {
-   if (bounds) abort ();
  
-   /* Ignore clipping.  */
- 
-   *x = pix_x;
-   *y = pix_y;
- }
- 
- void
- glyph_to_pixel_coords (f, x, y, pix_x, pix_y)
-      FRAME_PTR f;
-      register int x, y, *pix_x, *pix_y;
- {
-   *pix_x = x;
-   *pix_y = y;
- }
- 
  /* Simulation of X's menus.  Nothing too fancy here -- just make it work
     for now.
  
--- 3500,3506 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]