diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-10 15:31:26 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-10 15:31:26 +0000 |
commit | 8a4b806ff3e78ea2a7708e227238fedd690e66f9 (patch) | |
tree | c5fdc713af5f75cb2dac0b044178cef9ca994b39 /Gui/mplayer/mw.c | |
parent | b3554885a25fd005aacdcd4e8a39f45b62225691 (diff) |
10l - found by Jerome De Greef <jdegreef@brutele.be>
(fixes gui seekbar jumping)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8140 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/mw.c')
-rw-r--r-- | Gui/mplayer/mw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/mplayer/mw.c b/Gui/mplayer/mw.c index 73d9934f75..a74fdc6962 100644 --- a/Gui/mplayer/mw.c +++ b/Gui/mplayer/mw.c @@ -9,6 +9,7 @@ #include "../app.h" #include "../skin/font.h" +#include "../skin/skin.h" #include "../wm/ws.h" #include "../../config.h" |