]> git.eshelyaron.com Git - emacs.git/commitdiff
* termhooks.h (struct terminal): Likewise.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Apr 2011 21:27:29 +0000 (14:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Apr 2011 21:27:29 +0000 (14:27 -0700)
src/ChangeLog
src/termhooks.h

index de7d62e10050c24b767e52be56437916db1b7da0..a11562b4d7af4abc99c7ee86b1ef8668df06fbda 100644 (file)
@@ -5,6 +5,7 @@
 
        * dispextern.h (struct redisplay_interface): Rename param
        to avoid shadowing.
+       * termhooks.h (struct terminal): Likewise.
 
        * insdel.c (make_gap_smaller): Define only if
        USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
index 2f509009bd9ef0745129e212af2dfd4de28a9f06..468381b69aac22bb358a2bd2ebc9e4b66e8ee3b1 100644 (file)
@@ -465,7 +465,7 @@ struct terminal
                                enum scroll_bar_part *part,
                                Lisp_Object *x,
                                Lisp_Object *y,
-                               unsigned long *time);
+                               unsigned long *);
 
   /* The window system handling code should set this if the mouse has
      moved since the last call to the mouse_position_hook.  Calling that
@@ -484,10 +484,10 @@ struct terminal
      support overlapping frames, so there's no need to raise or lower
      anything.
 
-     If RAISE is non-zero, F is brought to the front, before all other
-     windows.  If RAISE is zero, F is sent to the back, behind all other
+     If RAISE_FLAG is non-zero, F is brought to the front, before all other
+     windows.  If RAISE_FLAG is zero, F is sent to the back, behind all other
      windows.  */
-  void (*frame_raise_lower_hook) (struct frame *f, int raise);
+  void (*frame_raise_lower_hook) (struct frame *f, int raise_flag);
 
   /* If the value of the frame parameter changed, whis hook is called.
      For example, if going from fullscreen to not fullscreen this hook