comparison src/frame.h @ 5027:22179cd0fe15

merge
author Ben Wing <ben@xemacs.org>
date Wed, 10 Feb 2010 07:25:19 -0600
parents 2ade80e8c640
children d0c14ea98592 b5df3737028a
comparison
equal deleted inserted replaced
5026:46cf825f6158 5027:22179cd0fe15
152 void io_error_delete_frame (Lisp_Object frame); 152 void io_error_delete_frame (Lisp_Object frame);
153 Lisp_Object find_some_frame (int (*predicate) (Lisp_Object, void *), 153 Lisp_Object find_some_frame (int (*predicate) (Lisp_Object, void *),
154 void *closure); 154 void *closure);
155 int device_matches_device_spec (Lisp_Object device, Lisp_Object device_spec); 155 int device_matches_device_spec (Lisp_Object device, Lisp_Object device_spec);
156 Lisp_Object frame_first_window (struct frame *f); 156 Lisp_Object frame_first_window (struct frame *f);
157 int show_gc_cursor (struct frame *f, Lisp_Object cursor);
158 void set_frame_selected_window (struct frame *f, Lisp_Object window); 157 void set_frame_selected_window (struct frame *f, Lisp_Object window);
159 int is_surrogate_for_selected_frame (struct frame *f); 158 int is_surrogate_for_selected_frame (struct frame *f);
160 void update_frame_icon (struct frame *f); 159 void update_frame_icon (struct frame *f);
161 void invalidate_vertical_divider_cache_in_frame (struct frame *f); 160 void invalidate_vertical_divider_cache_in_frame (struct frame *f);
162 161