diff options
Diffstat (limited to 'osd.c')
-rw-r--r-- | osd.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: osd.c,v 1.16 2008-03-11 15:57:57 phintuka Exp $ + * $Id: osd.c,v 1.17 2008-03-28 22:17:17 phintuka Exp $ * */ @@ -228,6 +228,8 @@ void cXinelibOsd::CmdRle(int Wnd, int X0, int Y0, osdcmd.num_rle = rle_compress(&osdcmd.data, Data, W, H); osdcmd.datalen = 4 * osdcmd.num_rle; + + osdcmd.scaling = xc.osd_scaling; m_Device->OsdCmd((void*)&osdcmd); |