[vlc-commits] Win32: fix compilation

Jean-Baptiste Kempf git at videolan.org
Tue Jan 24 17:15:42 CET 2012


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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));
     }
 



More information about the vlc-commits mailing list