diff src/window.h @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 1f0dabaa0855
children 65c19d2020f7
line wrap: on
line diff
--- a/src/window.h	Mon Aug 13 10:19:12 2007 +0200
+++ b/src/window.h	Mon Aug 13 10:19:59 2007 +0200
@@ -380,7 +380,6 @@
 int buffer_window_count (struct buffer *b, struct frame *f);
 int buffer_window_mru (struct window *w);
 void check_frame_size (struct frame *frame, int *rows, int *cols);
-void mark_windows_in_use (Lisp_Object window, int mark);
 struct window *decode_window (Lisp_Object window);
 struct window *find_window_by_pixel_pos (unsigned int pix_x,
 					 unsigned int pix_y,
@@ -395,9 +394,9 @@
 void set_window_display_buffer (struct window *w, struct buffer *b);
 void update_frame_window_mirror (struct frame *f);
 
-int map_windows (struct frame *f,
-		 int (*mapfun) (struct window *w, void *closure),
-		 void *closure);
+void map_windows (struct frame *f,
+		  int (*mapfun) (struct window *w, void *closure),
+		  void *closure);
 void some_window_value_changed (Lisp_Object specifier, struct window *w,
 				Lisp_Object oldval);