diff options
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r-- | libvo/video_out.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c index 94c41f4b58..e22c3e482a 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -33,6 +33,7 @@ int vo_dwidth=0; int vo_dheight=0; int vo_dbpp=0; +int vo_nomouse_input = 0; int vo_grabpointer = 1; int vo_doublebuffering = 0; int vo_vsync = 0; |