[MPlayer-cvslog] r33560 - trunk/cfg-mplayer.h

ib subversion at mplayerhq.hu
Sun Jun 5 14:14:30 CEST 2011


Author: ib
Date: Sun Jun  5 14:14:30 2011
New Revision: 33560

Log:
Keep the old option '-guiwid' around as CONF_TYPE_PRINT
to inform of the new name.

Modified:
   trunk/cfg-mplayer.h

Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	Sun Jun  5 12:20:25 2011	(r33559)
+++ trunk/cfg-mplayer.h	Sun Jun  5 14:14:30 2011	(r33560)
@@ -307,6 +307,7 @@ const m_option_t mplayer_opts[]={
     {"skin", &skinName, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
     {"enqueue", &enqueue, CONF_TYPE_FLAG, 0, 0, 1, NULL},
     {"noenqueue", &enqueue, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+    {"guiwid", "-guiwid has been removed, use -gui-wid instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
     {"gui-wid", &guiWinID, CONF_TYPE_INT, 0, 0, 0, NULL},
     {"gui-include", cfg_gui_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL},
 #endif


More information about the MPlayer-cvslog mailing list