[sawfish/viewport] Revert "Added docs for new functions in sawfish.wm.viewport."



commit 57a73e87c9f67e721856c722a1871528c26f9f91
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Thu Nov 12 21:18:23 2009 +0100

    Revert "Added docs for new functions in sawfish.wm.viewport."
    
    This reverts commit 8d85b08322eaaab4c3fba0604072b8277271c848.

 man/sawfish.texi |   22 ++--------------------
 1 files changed, 2 insertions(+), 20 deletions(-)
---
diff --git a/man/sawfish.texi b/man/sawfish.texi
index d69702b..decbf94 100644
--- a/man/sawfish.texi
+++ b/man/sawfish.texi
@@ -3981,27 +3981,9 @@ Returns a cons cell @code{(@var{col} . @var{row})} of the viewport
 holding the top-left corner of @var{window}.
 @end defun
 
- defun viewport-offset vp
- var{vp} is @code{(column . row)} of a viewport (whether or not that
-viewport currently exists).  A cons cell consisting of the x and y
-offset between the specified viewport and the current viewport is
-returned.  The offset can be used to translate between locations in the
-two viewports.  Given a position in the current viewport you can get the
-equivalent position in another viewport by adding the offset, or you can
-go the other way by subtracting the offset.  If @var{vp} is @code{nil}
-it is understood as the current viewport,
-i.e., @code{'(0 . 0)} will be returned.
- end defun
-
- defun window-relative-position w
-Return a cons cell with the coodinates of the window relative to the
-viewport that it occupies.
- end defun
-
- defun window-outside-viewport-p window &optional viewport
+ defun window-outside-viewport-p window
 Returns true if @var{window} is completely outside the current
-viewport in any direction.  If @var{viewport} is specified check against
-that viewport rather than the current one.
+viewport in any direction.
 @end defun
 
 @defun window-absolute-position window



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]