[vlc-devel] commit: Window position in video_splitter_cfg_t is	relative. ( Laurent Aimar )
    git version control 
    git at videolan.org
       
    Tue Jun  9 20:00:28 CEST 2009
    
    
  
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jun  7 23:22:41 2009 +0200| [ea37d498b855fb2d79ed9d3b8472698d56822028] | committer: Laurent Aimar 
Window position in video_splitter_cfg_t is relative.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea37d498b855fb2d79ed9d3b8472698d56822028
---
 include/vlc_video_splitter.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/vlc_video_splitter.h b/include/vlc_video_splitter.h
index 7f13096..891d770 100644
--- a/include/vlc_video_splitter.h
+++ b/include/vlc_video_splitter.h
@@ -47,14 +47,13 @@ typedef struct
     /* Window hints */
     struct
     {
-        /* Position
-         * Use (-1,-1) if you do not wish to force a position.
+        /* Relative position.
+         * (0,0) is equal to the default position.
          */
         int i_x;
         int i_y;
 
         /* Alignment inside the window
-         * Use 0 for default.
          */
         int i_align;
     } window;
    
    
More information about the vlc-devel
mailing list