summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xmga.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-25 12:49:01 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-25 12:49:01 +0000
commitd7d2ea1551dca050d509bbe519d74df184d24ab3 (patch)
tree83c677f885b276e62e241a8230ede5dfe077523b /libvo/vo_xmga.c
parentce1d9c664cc94c1d6d8b26a7e63ef5537db8bb15 (diff)
downloadmpv-d7d2ea1551dca050d509bbe519d74df184d24ab3.tar.bz2
mpv-d7d2ea1551dca050d509bbe519d74df184d24ab3.tar.xz
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
Diffstat (limited to 'libvo/vo_xmga.c')
-rw-r--r--libvo/vo_xmga.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c
index 2a9ebe47a4..f5d4f1ef77 100644
--- a/libvo/vo_xmga.c
+++ b/libvo/vo_xmga.c
@@ -272,8 +272,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
set_window(); // set up mga_vid_config.dest_width etc
- saver_off(mDisplay);
-
if (vo_ontop)
vo_x11_setlayer(mDisplay, vo_window, vo_ontop);
@@ -292,6 +290,5 @@ static void uninit(void)
if (!inited)
return; // no window?
inited = 0;
- saver_on(mDisplay);
vo_x11_uninit(); // destroy the window
}