[vlc-commits] commit: skins2: ifdef code specific to WIN32 (Erwan Tulou )

git at videolan.org git at videolan.org
Mon Nov 22 16:36:17 CET 2010


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Mon Nov 22 11:55:55 2010 +0100| [5d7acec1a0a4b79e013bf07e842bc77f6680c0f1] | committer: Erwan Tulou 

skins2: ifdef code specific to WIN32

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5d7acec1a0a4b79e013bf07e842bc77f6680c0f1
---

 modules/gui/skins2/src/vout_manager.hpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/gui/skins2/src/vout_manager.hpp b/modules/gui/skins2/src/vout_manager.hpp
index 3aa4eb1..1fcd473 100644
--- a/modules/gui/skins2/src/vout_manager.hpp
+++ b/modules/gui/skins2/src/vout_manager.hpp
@@ -69,6 +69,8 @@ public:
     }
     virtual ~VoutMainWindow() { }
 
+#ifdef WIN32
+
     virtual void processEvent( EvtKey &rEvtKey )
     {
         // Only do the action when the key is down
@@ -87,6 +89,8 @@ public:
 
         var_SetInteger( getIntf()->p_libvlc, "key-pressed", i_vlck );
     }
+
+#endif
 };
 
 



More information about the vlc-commits mailing list