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 ...@@ -47,14 +47,13 @@ typedef struct
/* Window hints */ /* Window hints */
struct struct
{ {
/* Position /* Relative position.
* Use (-1,-1) if you do not wish to force a position. * (0,0) is equal to the default position.
*/ */
int i_x; int i_x;
int i_y; int i_y;
/* Alignment inside the window /* Alignment inside the window
* Use 0 for default.
*/ */
int i_align; int i_align;
} window; } 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