summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xmga.c
diff options
context:
space:
mode:
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
}