comparison libvo/vo_xvidix.c @ 12895:3cd9add91f97

removed saver_on, saver_off calls, they are already in x11_common.c
author reimar
date Sun, 25 Jul 2004 12:49:01 +0000
parents 162c80b2d432
children 1c2f6de431bf
comparison
equal deleted inserted replaced
12894:1591792d4054 12895:3cd9add91f97
417 panscan_calc(); 417 panscan_calc();
418 418
419 if (vo_ontop) 419 if (vo_ontop)
420 vo_x11_setlayer(mDisplay, vo_window, vo_ontop); 420 vo_x11_setlayer(mDisplay, vo_window, vo_ontop);
421 421
422 saver_off(mDisplay); /* turning off screen saver */
423
424 return (0); 422 return (0);
425 } 423 }
426 424
427 static void check_events(void) 425 static void check_events(void)
428 { 426 {
487 { 485 {
488 free(vidix_name); 486 free(vidix_name);
489 vidix_name = NULL; 487 vidix_name = NULL;
490 } 488 }
491 489
492 saver_on(mDisplay); /* screen saver back on */
493 vo_x11_uninit(); 490 vo_x11_uninit();
494 } 491 }
495 492
496 static uint32_t preinit(const char *arg) 493 static uint32_t preinit(const char *arg)
497 { 494 {