diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-11-20 13:51:36 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-11-20 13:51:36 +0000 |
commit | 50efdec2386677c2e92fb001dc451aaaf1839613 (patch) | |
tree | 7e5b1f3568ac61a1475bba34f0c36e79dd6740b6 /src | |
parent | 590cea21943883a2a7953951016f536e86438abc (diff) | |
download | xine-lib-50efdec2386677c2e92fb001dc451aaaf1839613.tar.gz xine-lib-50efdec2386677c2e92fb001dc451aaaf1839613.tar.bz2 |
document coordinates
CVS patchset: 3316
CVS date: 2002/11/20 13:51:36
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/video_overlay.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xine-engine/video_overlay.h b/src/xine-engine/video_overlay.h index 052d9a38f..f65faac7f 100644 --- a/src/xine-engine/video_overlay.h +++ b/src/xine-engine/video_overlay.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_overlay.h,v 1.12 2002/11/19 00:45:42 miguelfreitas Exp $ + * $Id: video_overlay.h,v 1.13 2002/11/20 13:51:36 mroi Exp $ * */ @@ -53,6 +53,9 @@ typedef struct vo_buttons_s { 1:Button Valid, no auto_action, 2:Button Valid, auto_action. */ + + /* The following clipping coordinates are relative to the left upper corner + * of the OVERLAY, not of the target FRAME. Please do not mix them up! */ int32_t clip_top; int32_t clip_bottom; int32_t clip_left; |