Author: ib Date: Mon Mar 10 20:29:44 2014 New Revision: 217 Log: Fix avifile.
Message evHelp has never been implemented and is causing an error meanwhile. Additionally, update skin configuration to new syntax. Modified: trunk/avifile/VERSION trunk/avifile/skin Modified: trunk/avifile/VERSION ============================================================================== --- trunk/avifile/VERSION Mon Mar 3 11:01:22 2014 (r216) +++ trunk/avifile/VERSION Mon Mar 10 20:29:44 2014 (r217) @@ -1 +1 @@ -1.6 +1.7 Modified: trunk/avifile/skin ============================================================================== --- trunk/avifile/skin Mon Mar 3 11:01:22 2014 (r216) +++ trunk/avifile/skin Mon Mar 10 20:29:44 2014 (r217) @@ -8,25 +8,25 @@ button = pause, 22, 2, 20, 20, evPause button = stop, 62, 2, 20, 20, evStop button = mute, 26, 24, 20, 20, evMute - button = help, 361, 2, 20, 20, evHelp + button = help, 361, 2, 20, 20, evNone;evHelp button = load, 2, 2, 20, 20, evLoad button = load, 2, 24, 20, 20, evLoad hpotmeter = pos, 30, 8, NULL, 100, 0, 87, 7, 270, 10, evSetMoviePosition hpotmeter = volume, 30, 11, NULL, 100, 0, 51, 27, 78, 13, evSetVolume - font = font, font - font = symbols, symbols + font = font + font = symbols dlabel = 330, 30, 280, 0, font, "$1" - dlabel = 189, 30, 49, 0, symbols, "$l" + dlabel = 189, 30, 49, 0, symbols, "$p" dlabel = 189, 30, 49, 0, symbols, "$s" dlabel = 189, 30, 49, 0, symbols, "$e" dlabel = 155, 29, 49, 0, font, "$d" end - window = sub + window = video base = sub, -1, -1, 384, 192 background = 192, 192, 192 end _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
