X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_video_splitter.h;h=891d77027adb757466004b589c2830588fc0d085;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=7f1309635ba40dfe306c257e4f58b10c8582286f;hpb=36306a1881d4001e929ca0ea8edf1b48fa9060d3;p=vlc diff --git a/include/vlc_video_splitter.h b/include/vlc_video_splitter.h index 7f1309635b..891d77027a 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;