summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-25 21:36:02 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-25 21:36:02 +0000
commitbee52bbd1045c9f74ee6f8ff57c53cfb433f0675 (patch)
tree024471b2bc8378a3500177ffb9e69612c7553838 /mplayer.h
parentef6264e56eb0fdbc2f6984a1dc1ef841821b6cd6 (diff)
downloadmpv-bee52bbd1045c9f74ee6f8ff57c53cfb433f0675.tar.bz2
mpv-bee52bbd1045c9f74ee6f8ff57c53cfb433f0675.tar.xz
Remove updating of vo_mouse_timer_const from the main loop and also
remove the variable itself. Convert code in x11_common.c and OSD timing that depended on the variable to use real time instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18288 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.h')
-rw-r--r--mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.h b/mplayer.h
index 3719e0efc9..2f2bc86495 100644
--- a/mplayer.h
+++ b/mplayer.h
@@ -20,7 +20,7 @@ extern char * audio_driver;
extern float audio_delay;
extern int osd_level;
-extern int osd_visible;
+extern unsigned int osd_visible;
extern char * font_name;
extern float font_factor;