Commit 5d7acec1 authored by Erwan Tulou's avatar Erwan Tulou

skins2: ifdef code specific to WIN32

parent 73150d7c
......@@ -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
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment