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, 3 insertions, 0 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c
index ff6d1cfa91..38d7c382b2 100644
--- a/libvo/vo_xmga.c
+++ b/libvo/vo_xmga.c
@@ -274,6 +274,8 @@ static uint32_t init( uint32_t width, uint32_t height, uint32_t d_width, uint32_
XFlush( mDisplay );
XSync( mDisplay,False );
+ saver_off(mDisplay);
+
return 0;
}
@@ -284,6 +286,7 @@ static const vo_info_t* get_info( void )
static void
uninit(void)
{
+ saver_on(mDisplay);
ioctl( f,MGA_VID_OFF,0 );
printf("vo: uninit!\n");
}