Mercurial > hg > xemacs-beta
diff src/frame.h @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | cca96a509cfe |
children | 3d6bfa290dbd |
line wrap: on
line diff
--- a/src/frame.h Mon Aug 13 09:35:15 2007 +0200 +++ b/src/frame.h Mon Aug 13 09:36:16 2007 +0200 @@ -59,6 +59,11 @@ int pixheight; int pixwidth; +#ifdef HAVE_TTY + /* The count of frame number. This applies to TTY frames only. */ + int order_count; +#endif + /* Width of the internal border. This is a line of background color just inside the window's border. It is normally only non-zero on X frames, but we put it here to avoid introducing window system @@ -540,6 +545,7 @@ void unhold_one_frame_size_changes (struct frame *f); void unhold_frame_size_changes (void); void select_frame_1 (Lisp_Object frame); +void select_frame_2 (Lisp_Object frame); struct frame *selected_frame (void); struct frame *device_selected_frame (struct device *d); struct frame *decode_frame (Lisp_Object frame);