emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32console.c
Date: Fri, 04 Apr 2003 01:24:09 -0500

Index: emacs/src/w32console.c
diff -c emacs/src/w32console.c:1.34 emacs/src/w32console.c:1.35
*** emacs/src/w32console.c:1.34 Fri Mar 21 08:51:17 2003
--- emacs/src/w32console.c      Fri Mar 21 17:56:52 2003
***************
*** 705,727 ****
    return Qt;
  }
  
- #ifndef HAVE_NTGUI
- void
- pixel_to_glyph_coords (struct frame * f, int pix_x, int pix_y, int *x, int *y,
-                     void *bounds, int noclip)
- {
-   *x = pix_x;
-   *y = pix_y;
- }
- 
- void
- glyph_to_pixel_coords (struct window * f, int x, int y, int *pix_x, int 
*pix_y)
- {
-   *pix_x = x;
-   *pix_y = y;
- }
- #endif /* !HAVE_NTGUI */
- 
  void
  syms_of_ntterm ()
  {
--- 705,710 ----




reply via email to

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