[vlc-devel] [PATCH 1/2] added missing member initialization to VLCViewResources

Sergey Radionov rsatom at gmail.com
Sat Sep 29 14:43:27 CEST 2012


---
 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)
     {};
-- 
1.7.11.msysgit.1




More information about the vlc-devel mailing list