Commit ea37d498 authored by Laurent Aimar's avatar Laurent Aimar

Window position in video_splitter_cfg_t is relative.

parent 94e431d5
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment