npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Jan 24 16:56:29 2012 +0100| [f42777f3c84a76801217873151cbbd2e8aded89a] | committer: Jean-Baptiste Kempf
Win32: fix compilation > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=f42777f3c84a76801217873151cbbd2e8aded89a --- common/win32_fullscreen.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/win32_fullscreen.cpp b/common/win32_fullscreen.cpp index f3bc5ec..ed0ed9c 100644 --- a/common/win32_fullscreen.cpp +++ b/common/win32_fullscreen.cpp @@ -632,7 +632,7 @@ void VLCHolderWnd::PreRegisterWindowClass(WNDCLASS* wc) { if( !_hBgBrush){ BYTE r = 0, g = 0, b = 0; - HtmlColor2RGB(PO()->get_bg_color(), &r, &g, &b); + HTMLColor2RGB(PO()->get_bg_color().c_str(), &r, &g, &b); _hBgBrush = CreateSolidBrush(RGB(r, g, b)); } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
