]> git.sesse.net Git - vlc/commit
* src/misc/configuration.c, include/configuration.h: added a change_action_add()metho...
authorGildas Bazin <gbazin@videolan.org>
Thu, 29 Jan 2004 17:04:01 +0000 (17:04 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 29 Jan 2004 17:04:01 +0000 (17:04 +0000)
commitf5c7fd83f3b0cd23c920fafc63498e205dbbaa61
treebd5b134ca8000f537fe157470ec368f2df73eb3b
parent0b1ccd3e419156ba934861bb269b69dfb2dd92e1
* src/misc/configuration.c, include/configuration.h: added a change_action_add()method to associate an action (that can be triggered through a gui) to a config var.
* modules/gui/wxwindows/preferences_widgets.*: implemented partial support for change_action_add().
* modules/access/dshow/dshow.cpp: use change_action_add() to refresh the list of devices and to add an option to configure a device.
include/configuration.h
modules/access/dshow/dshow.cpp
modules/gui/wxwindows/preferences_widgets.cpp
modules/gui/wxwindows/preferences_widgets.h
src/misc/configuration.c