updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / tvtime-alsa / tvtime-1.0.1-fsbadval.patch
blobe2c14e537798b34fef6796c0515c301be8992264
1 diff -up tvtime-1.0.1/src/xfullscreen.c.fsbadval tvtime-1.0.1/src/xfullscreen.c
2 --- tvtime-1.0.1/src/xfullscreen.c.fsbadval 2008-03-06 13:31:10.000000000 +0100
3 +++ tvtime-1.0.1/src/xfullscreen.c 2008-03-06 13:31:47.000000000 +0100
4 @@ -263,6 +263,10 @@ void xfullscreen_get_position( xfullscre
5 int max_area = -1;
6 int i;
8 + *x = xf->heads[ 0 ].x;
9 + *y = xf->heads[ 0 ].y;
10 + *w = xf->heads[ 0 ].w;
11 + *h = xf->heads[ 0 ].h;
12 for( i = 0; i < xf->nheads; i++ ) {
13 int head_x1 = xf->heads[ i ].x;
14 int head_x2 = xf->heads[ i ].x + xf->heads[ i ].w - 1;