Browse Source

access: screen: limit the mouse to win32

The mac module shouldn't present the mouse options if it doesn't handle them.
pull/134/head
Steve Lhomme 4 years ago
committed by François Cartegnie
parent
commit
a84e2e720c
  1. 2
      modules/access/screen/screen.h

2
modules/access/screen/screen.h

@ -26,7 +26,9 @@
#include <vlc_demux.h>
#define SCREEN_SUBSCREEN
#ifdef _WIN32
#define SCREEN_MOUSE
#endif
#ifdef __cplusplus
extern "C" {

Loading…
Cancel
Save