Skip to content
Snippets Groups Projects
Commit a84e2e72 authored by Steve Lhomme's avatar Steve Lhomme Committed by François Cartegnie
Browse files

access: screen: limit the mouse to win32

The mac module shouldn't present the mouse options if it doesn't handle them.
parent 33fd050e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@
#include <vlc_demux.h>
#define SCREEN_SUBSCREEN
#ifdef _WIN32
#define SCREEN_MOUSE
#endif
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment