summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-11-20 13:51:36 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-11-20 13:51:36 +0000
commit50efdec2386677c2e92fb001dc451aaaf1839613 (patch)
tree7e5b1f3568ac61a1475bba34f0c36e79dd6740b6
parent590cea21943883a2a7953951016f536e86438abc (diff)
downloadxine-lib-50efdec2386677c2e92fb001dc451aaaf1839613.tar.gz
xine-lib-50efdec2386677c2e92fb001dc451aaaf1839613.tar.bz2
document coordinates
CVS patchset: 3316 CVS date: 2002/11/20 13:51:36
-rw-r--r--src/xine-engine/video_overlay.h5
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;