]> git.sesse.net Git - vlc/commitdiff
Window position in video_splitter_cfg_t is relative.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 7 Jun 2009 21:22:41 +0000 (23:22 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 9 Jun 2009 17:57:58 +0000 (19:57 +0200)
include/vlc_video_splitter.h

index 7f1309635ba40dfe306c257e4f58b10c8582286f..891d77027adb757466004b589c2830588fc0d085 100644 (file)
@@ -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;