comparison src/frame.h @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 57709be46d1b
children cc15677e0335
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
656 DEVICE_FRAME_LOOP (frmcons, XDEVICE (XCAR (devcons))) 656 DEVICE_FRAME_LOOP (frmcons, XDEVICE (XCAR (devcons)))
657 657
658 void update_frame_title (struct frame *f); 658 void update_frame_title (struct frame *f);
659 Lisp_Object next_frame (Lisp_Object f, Lisp_Object frametype, 659 Lisp_Object next_frame (Lisp_Object f, Lisp_Object frametype,
660 Lisp_Object console); 660 Lisp_Object console);
661 Lisp_Object prev_frame (Lisp_Object f, Lisp_Object frametype, 661 Lisp_Object previous_frame (Lisp_Object f, Lisp_Object frametype,
662 Lisp_Object console); 662 Lisp_Object console);
663 void store_in_alist (Lisp_Object *alistptr, 663 void store_in_alist (Lisp_Object *alistptr,
664 CONST char *propname, 664 CONST char *propname,
665 Lisp_Object val); 665 Lisp_Object val);
666 void pixel_to_char_size (struct frame *f, int pixel_width, int pixel_height, 666 void pixel_to_char_size (struct frame *f, int pixel_width, int pixel_height,
696 int called_from_delete_device, 696 int called_from_delete_device,
697 int from_io_error); 697 int from_io_error);
698 void io_error_delete_frame (Lisp_Object frame); 698 void io_error_delete_frame (Lisp_Object frame);
699 Lisp_Object find_some_frame (int (*predicate) (Lisp_Object, void *), 699 Lisp_Object find_some_frame (int (*predicate) (Lisp_Object, void *),
700 void *closure); 700 void *closure);
701 int device_matches_console_spec (Lisp_Object frame, Lisp_Object device, 701 int device_matches_console_spec (Lisp_Object device, Lisp_Object console);
702 Lisp_Object console);
703 Lisp_Object frame_first_window (struct frame *f); 702 Lisp_Object frame_first_window (struct frame *f);
704 int show_gc_cursor (struct frame *f, Lisp_Object cursor); 703 int show_gc_cursor (struct frame *f, Lisp_Object cursor);
705 void set_frame_selected_window (struct frame *f, Lisp_Object window); 704 void set_frame_selected_window (struct frame *f, Lisp_Object window);
706 int is_surrogate_for_selected_frame (struct frame *f); 705 int is_surrogate_for_selected_frame (struct frame *f);
707 void update_frame_icon (struct frame *f); 706 void update_frame_icon (struct frame *f);