From d7d2ea1551dca050d509bbe519d74df184d24ab3 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 25 Jul 2004 12:49:01 +0000 Subject: removed saver_on, saver_off calls, they are already in x11_common.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12896 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xv.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libvo/vo_xv.c') diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c index f461953d0a..540003b67a 100644 --- a/libvo/vo_xv.c +++ b/libvo/vo_xv.c @@ -448,8 +448,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, mp_msg(MSGT_VO, MSGL_V, "[xv] dx: %d dy: %d dw: %d dh: %d\n", drwX, drwY, vo_dwidth, vo_dheight); - saver_off(mDisplay); // turning off screen saver - if (vo_ontop) vo_x11_setlayer(mDisplay, vo_window, vo_ontop); @@ -765,7 +763,6 @@ static void uninit(void) return; XvFreeAdaptorInfo(ai); ai = NULL; - saver_on(mDisplay); // screen saver back on for (i = 0; i < num_buffers; i++) deallocate_xvimage(i); #ifdef HAVE_XF86VM -- cgit v1.2.3