diff options
author | phintuka <phintuka> | 2008-04-03 08:10:49 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-04-03 08:10:49 +0000 |
commit | 2eb7e99ffbcda3bd50ebaf474f35623547d34268 (patch) | |
tree | c5b7a5965d8521a5610f70ecf45fe6a5c43156f7 | |
parent | 5f5c035a5d25052402d3f92e3d6d0bc1c35b9266 (diff) | |
download | xineliboutput-2eb7e99ffbcda3bd50ebaf474f35623547d34268.tar.gz xineliboutput-2eb7e99ffbcda3bd50ebaf474f35623547d34268.tar.bz2 |
Send full OSD when client connects
-rw-r--r-- | frontend_svr.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend_svr.c b/frontend_svr.c index 6d078a87..caa92639 100644 --- a/frontend_svr.c +++ b/frontend_svr.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_svr.c,v 1.54 2008-04-03 08:08:27 phintuka Exp $ + * $Id: frontend_svr.c,v 1.55 2008-04-03 08:10:49 phintuka Exp $ * */ @@ -44,6 +44,7 @@ #include "frontend_svr.h" #include "device.h" +#include "osd.h" //#define HTTP_OSD @@ -1149,6 +1150,8 @@ void cXinelibServer::Handle_Control_CONFIG(int cli) (pos>0?pos/1000:0), xc.audio_visualization, *m_FileName); } } + + cXinelibOsdProvider::RefreshOsd(); } void cXinelibServer::Handle_Control_UDP_RESEND(int cli, const char *arg) |