comparison cfg-mplayer.h @ 7019:e37a67d5e117

fix (?) cmd line handling
author pontscho
date Thu, 15 Aug 2002 22:52:52 +0000
parents 1a747aee653b
children 21e1ab99cb21
comparison
equal deleted inserted replaced
7018:89c0f67785d0 7019:e37a67d5e117
320 320
321 #ifdef HAVE_LIRC 321 #ifdef HAVE_LIRC
322 {"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, 322 {"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
323 #endif 323 #endif
324 324
325 {"gui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, 325 {"gui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL|CONF_NOCMD, 0, 1, NULL},
326 {"nogui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL}, 326 // {"nogui", &use_gui, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
327 327
328 #ifdef HAVE_NEW_GUI 328 #ifdef HAVE_NEW_GUI
329 {"skin", &skinName, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, 329 {"skin", &skinName, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
330 #endif 330 #endif
331 331