Mercurial > hg > xemacs-beta
diff src/frame.h @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | e0db3c197671 2ade80e8c640 |
children | 2a462149bd6a |
line wrap: on
line diff
--- a/src/frame.h Wed Jan 20 07:05:57 2010 -0600 +++ b/src/frame.h Wed Feb 24 01:58:04 2010 -0600 @@ -154,7 +154,6 @@ void *closure); int device_matches_device_spec (Lisp_Object device, Lisp_Object device_spec); 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); int is_surrogate_for_selected_frame (struct frame *f); void update_frame_icon (struct frame *f);