Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 41253
Collapse All | Expand All

(-)xscreensaver-4.14/hacks/analogtv.c (-6 lines)
Lines 292-303 Link Here
292
  /* Scale width proportionally */
292
  /* Scale width proportionally */
293
  wlim=wlim*hlim/ohlim;
293
  wlim=wlim*hlim/ohlim;
294
294
295
  {
296
    FILE *fp=fopen("/tmp/analogtv.size","w");
297
    fprintf(fp,"wlim=%d hlim=%d\n", wlim, hlim);
298
    fclose(fp);
299
  }
300
301
  /* Most times this doesn't change */
295
  /* Most times this doesn't change */
302
  if (wlim != oldwidth || hlim != oldheight) {
296
  if (wlim != oldwidth || hlim != oldheight) {
303
297

Return to bug 41253