From: Laurent Aimar Date: Sun, 7 Jun 2009 21:22:41 +0000 (+0200) Subject: Window position in video_splitter_cfg_t is relative. X-Git-Tag: 1.1.0-ff~5509 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ea37d498b855fb2d79ed9d3b8472698d56822028;p=vlc Window position in video_splitter_cfg_t is relative. --- 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;