* dispextern.h (struct redisplay_interface): Rename param
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Apr 2011 21:24:54 +0000 (14:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Apr 2011 21:24:54 +0000 (14:24 -0700)
to avoid shadowing.

src/ChangeLog
src/dispextern.h

index fa04a7e..329ec94 100644 (file)
@@ -1,5 +1,8 @@
 2011-04-16  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * dispextern.h (struct redisplay_interface): Rename param
+       to avoid shadowing.
+
        * insdel.c (make_gap_smaller): Define only if
        USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
 
index bda59d5..d00eeae 100644 (file)
@@ -2650,9 +2650,9 @@ struct redisplay_interface
                               int cursor_type, int cursor_width,
                               int on_p, int active_p);
 
-/* Draw vertical border for window W from (X,Y0) to (X,Y1).  */
+/* Draw vertical border for window W from (X,Y_0) to (X,Y_1).  */
   void (*draw_vertical_window_border) (struct window *w,
-                                       int x, int y0, int y1);
+                                       int x, int y_0, int y_1);
 
 /* Shift display of frame F to make room for inserted glyphs.
    The area at pixel (X,Y) of width WIDTH and height HEIGHT is