[vlc-commits] Added missing member initialization to VLCViewResources
Sergey Radionov
git at videolan.org
Fri Oct 5 17:30:14 CEST 2012
npapi-vlc | branch: master | Sergey Radionov <rsatom at gmail.com> | Fri Oct 5 17:29:01 2012 +0200| [886e2e9b3baf55dd6e7571ec7ab5b63b4ffe1d11] | committer: Jean-Baptiste Kempf
Added missing member initialization to VLCViewResources
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=886e2e9b3baf55dd6e7571ec7ab5b63b4ffe1d11
---
common/win32_fullscreen.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/win32_fullscreen.h b/common/win32_fullscreen.h
index c30cb6b..82b60a3 100644
--- a/common/win32_fullscreen.h
+++ b/common/win32_fullscreen.h
@@ -35,7 +35,7 @@
struct VLCViewResources
{
VLCViewResources()
- :hNewMessageBitmap(0), hDeFullscreenBitmap(0), hPauseBitmap(0),
+ :hNewMessageBitmap(0), hFullscreenBitmap(0), hDeFullscreenBitmap(0), hPauseBitmap(0),
hPlayBitmap(0), hVolumeBitmap(0), hVolumeMutedBitmap(0),
hBackgroundIcon(0)
{};
More information about the vlc-commits
mailing list