summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_directfb.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-11-11 21:07:42 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-11-11 21:07:42 +0000
commit4217ab6f149b1d6fa0ee439beaadfa1a65d2daa7 (patch)
treec908b4967929244320fef87dc59352f7d167d64f /src/video_out/video_out_directfb.c
parent3c175fd21df04c5c0afa160f81aea0c305f69dc5 (diff)
parent6a5bcc15286d28e17c52783caf1d5d2b677479dd (diff)
downloadxine-lib-4217ab6f149b1d6fa0ee439beaadfa1a65d2daa7.tar.gz
xine-lib-4217ab6f149b1d6fa0ee439beaadfa1a65d2daa7.tar.bz2
Merge transplanted patches.
Diffstat (limited to 'src/video_out/video_out_directfb.c')
-rw-r--r--src/video_out/video_out_directfb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_directfb.c b/src/video_out/video_out_directfb.c
index 39202f80b..3e30f664d 100644
--- a/src/video_out/video_out_directfb.c
+++ b/src/video_out/video_out_directfb.c
@@ -1663,13 +1663,13 @@ static DFBResult init_device (directfb_driver_t *this) {
if (this->visual_type == XINE_VISUAL_TYPE_FB) {
this->underlay->SetCooperativeLevel (this->underlay, DLSCL_EXCLUSIVE);
- this->underlay->SetBackgroundMode( this->underlay, DLBM_DONTCARE);
+ this->underlay->SetConfiguration (this->underlay, &config);
}
}
}
else {
/* playing to underlay,
- * check if stretchblit is hardware accelerated. */
+ * check whether stretchblit is hardware accelerated. */
IDirectFBSurface *temp;
DFBSurfaceDescription dsc;
DFBAccelerationMask mask = DFXL_NONE;