summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dxr3/overlay.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dxr3/overlay.c b/src/dxr3/overlay.c
index 86109e618..e5cc04c48 100644
--- a/src/dxr3/overlay.c
+++ b/src/dxr3/overlay.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: overlay.c,v 1.2 2001/10/24 15:53:23 mlampard Exp $
+ * $Id: overlay.c,v 1.3 2001/10/24 16:09:20 mlampard Exp $
*
* Overlay support routines for video_out_dxr3
*/
@@ -246,6 +246,7 @@ void dxr3_overlay_buggy_preinit(dxr3_overlay_t *this, int fd)
dxr3_overlay_set_window(this, 1,1, 320,240);
dxr3_overlay_set_mode(this, EM8300_OVERLAY_MODE_OVERLAY);
dxr3_overlay_set_keycolor(this);
+ dxr3_overlay_set_attributes(this);
/* No longer required with em8300 ver 8.2+ ???
* ioctl(this->fd_control, EM8300_IOCTL_SET_VIDEOMODE, &mode);