diff options
Diffstat (limited to 'x11-misc/xscreensaver/files/xscreensaver-4.14-analogtv_tmp.patch')
-rw-r--r-- | x11-misc/xscreensaver/files/xscreensaver-4.14-analogtv_tmp.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-misc/xscreensaver/files/xscreensaver-4.14-analogtv_tmp.patch b/x11-misc/xscreensaver/files/xscreensaver-4.14-analogtv_tmp.patch new file mode 100644 index 000000000000..786d5a08a09c --- /dev/null +++ b/x11-misc/xscreensaver/files/xscreensaver-4.14-analogtv_tmp.patch @@ -0,0 +1,15 @@ +--- hacks/analogtv.c.orig 2004-02-19 10:07:05.331873912 +0000 ++++ hacks/analogtv.c 2004-02-19 10:07:21.449423672 +0000 +@@ -292,12 +292,6 @@ + /* Scale width proportionally */ + wlim=wlim*hlim/ohlim; + +- { +- FILE *fp=fopen("/tmp/analogtv.size","w"); +- fprintf(fp,"wlim=%d hlim=%d\n", wlim, hlim); +- fclose(fp); +- } +- + /* Most times this doesn't change */ + if (wlim != oldwidth || hlim != oldheight) { + |