diff src/frame.h @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children 8626e4521993
line wrap: on
line diff
--- a/src/frame.h	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/frame.h	Mon Aug 13 11:03:08 2007 +0200
@@ -658,7 +658,7 @@
 void update_frame_title (struct frame *f);
 Lisp_Object next_frame (Lisp_Object f, Lisp_Object frametype,
 			Lisp_Object console);
-Lisp_Object previous_frame (Lisp_Object f, Lisp_Object frametype,
+Lisp_Object prev_frame (Lisp_Object f, Lisp_Object frametype,
 			Lisp_Object console);
 void store_in_alist (Lisp_Object *alistptr,
 		     CONST char *propname,
@@ -698,7 +698,8 @@
 void io_error_delete_frame (Lisp_Object frame);
 Lisp_Object find_some_frame (int (*predicate) (Lisp_Object, void *),
 			     void *closure);
-int device_matches_console_spec (Lisp_Object device, Lisp_Object console);
+int device_matches_console_spec (Lisp_Object frame, Lisp_Object device,
+				 Lisp_Object console);
 Lisp_Object frame_first_window (struct frame *f);
 int show_gc_cursor (struct frame *f, Lisp_Object cursor);
 void set_frame_selected_window (struct frame *f, Lisp_Object window);