File: fullscreen.diff

package info (click to toggle)
tvtime 1.0.2-10
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 7,464 kB
  • sloc: ansic: 30,160; sh: 9,612; makefile: 624; pascal: 504; yacc: 316; asm: 249; perl: 192; cpp: 164
file content (17 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# http://tvtime.cvs.sourceforge.net/viewvc/tvtime/tvtime/src/xfullscreen.c?r1=1.7&r2=1.8
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568318
Index: tvtime-1.0.2/src/xfullscreen.c
===================================================================
--- tvtime-1.0.2.orig/src/xfullscreen.c	2012-05-06 09:00:59.000000000 +0000
+++ tvtime-1.0.2/src/xfullscreen.c	2012-05-06 09:01:01.000000000 +0000
@@ -263,6 +263,10 @@
         int max_area = -1;
         int i;
 
+        *x = xf->heads[ 0 ].x;
+        *y = xf->heads[ 0 ].y;
+        *w = xf->heads[ 0 ].w;
+        *h = xf->heads[ 0 ].h;
         for( i = 0; i < xf->nheads; i++ ) {
             int head_x1 = xf->heads[ i ].x;
             int head_x2 = xf->heads[ i ].x + xf->heads[ i ].w - 1;