Mercurial > hg > xemacs-beta
comparison src/window.h @ 5126:2a462149bd6a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 19:04:27 -0600 |
parents | e0db3c197671 07dcc7000bbf |
children | 1fae11d56ad2 |
comparison
equal
deleted
inserted
replaced
5125:b5df3737028a | 5126:2a462149bd6a |
---|---|
1 /* Window definitions for XEmacs. | 1 /* Window definitions for XEmacs. |
2 Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995 | 2 Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995 |
3 Free Software Foundation, Inc. | 3 Free Software Foundation, Inc. |
4 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois. | 4 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois. |
5 Copyright (C) 1995, 1996, 2002 Ben Wing. | 5 Copyright (C) 1995, 1996, 2002, 2010 Ben Wing. |
6 Copyright (C) 1996 Chuck Thompson. | 6 Copyright (C) 1996 Chuck Thompson. |
7 | 7 |
8 This file is part of XEmacs. | 8 This file is part of XEmacs. |
9 | 9 |
10 XEmacs is free software; you can redistribute it and/or modify it | 10 XEmacs is free software; you can redistribute it and/or modify it |
146 int nodelete); | 146 int nodelete); |
147 void window_scroll (Lisp_Object window, Lisp_Object n, int direction, | 147 void window_scroll (Lisp_Object window, Lisp_Object n, int direction, |
148 Error_Behavior errb); | 148 Error_Behavior errb); |
149 int buffer_window_count (struct buffer *b, struct frame *f); | 149 int buffer_window_count (struct buffer *b, struct frame *f); |
150 int buffer_window_mru (struct window *w); | 150 int buffer_window_mru (struct window *w); |
151 void check_frame_size (struct frame *frame, int *rows, int *cols); | 151 void check_frame_size (struct frame *frame, int *cols, int *rows); |
152 int frame_pixsize_valid_p (struct frame *frame, int width, int height); | 152 int frame_pixsize_valid_p (struct frame *frame, int width, int height); |
153 int frame_size_valid_p (struct frame *frame, int rows, int cols); | |
154 struct window *decode_window (Lisp_Object window); | 153 struct window *decode_window (Lisp_Object window); |
155 struct window *find_window_by_pixel_pos (int pix_x, int pix_y, Lisp_Object win); | 154 struct window *find_window_by_pixel_pos (int pix_x, int pix_y, Lisp_Object win); |
156 | 155 |
157 void free_window_mirror (struct window_mirror *mir); | 156 void free_window_mirror (struct window_mirror *mir); |
158 Lisp_Object real_window (struct window_mirror *mir, int no_abort); | 157 Lisp_Object real_window (struct window_mirror *mir, int no_abort); |