diff options
| author | Grégoire Jadi | 2013-06-12 17:06:09 +0200 |
|---|---|---|
| committer | Grégoire Jadi | 2013-06-12 17:06:09 +0200 |
| commit | 32a590b04a10f6bbe92bc1519b9e5ba2d32cfabc (patch) | |
| tree | 578be4eb2757a0716f252a269adc49fa9406556d /src/window.c | |
| parent | 5c77269b59c8d8d88fa91ec2c949294db1bb2131 (diff) | |
| parent | e6fa6da6899bf1b4877b96c450eae3934085d560 (diff) | |
| download | emacs-32a590b04a10f6bbe92bc1519b9e5ba2d32cfabc.tar.gz emacs-32a590b04a10f6bbe92bc1519b9e5ba2d32cfabc.zip | |
Merge branch 'jave-xwidget' into xwidget
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c index ed2505a893f..68e4291272d 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1621,12 +1621,13 @@ specifies the position of the last visible glyph in WINDOW. POS | |||
| 1621 | defaults to point in WINDOW; WINDOW defaults to the selected window. | 1621 | defaults to point in WINDOW; WINDOW defaults to the selected window. |
| 1622 | 1622 | ||
| 1623 | If POS is visible, return t if PARTIALLY is nil; if PARTIALLY is non-nil, | 1623 | If POS is visible, return t if PARTIALLY is nil; if PARTIALLY is non-nil, |
| 1624 | return value is a list of 2 or 6 elements (X Y [RTOP RBOT ROWH VPOS]), | 1624 | the return value is a list of 2 or 6 elements (X Y [RTOP RBOT ROWH VPOS]), |
| 1625 | where X and Y are the pixel coordinates relative to the top left corner | 1625 | where X and Y are the pixel coordinates relative to the top left corner |
| 1626 | of the window. The remaining elements are omitted if the character after | 1626 | of the window. The remaining elements are omitted if the character after |
| 1627 | POS is fully visible; otherwise, RTOP and RBOT are the number of pixels | 1627 | POS is fully visible; otherwise, RTOP and RBOT are the number of pixels |
| 1628 | off-window at the top and bottom of the row, ROWH is the height of the | 1628 | off-window at the top and bottom of the screen line ("row") containing |
| 1629 | display row, and VPOS is the row number (0-based) containing POS. */) | 1629 | POS, ROWH is the visible height of that row, and VPOS is the row number |
| 1630 | \(zero-based). */) | ||
| 1630 | (Lisp_Object pos, Lisp_Object window, Lisp_Object partially) | 1631 | (Lisp_Object pos, Lisp_Object window, Lisp_Object partially) |
| 1631 | { | 1632 | { |
| 1632 | register struct window *w; | 1633 | register struct window *w; |