]> git.sesse.net Git - vlc/commit
* added a i_min, i_max, f_min and f_max in module_config_t structure
authorSimon Latapie <garf@videolan.org>
Mon, 6 Jan 2003 00:37:30 +0000 (00:37 +0000)
committerSimon Latapie <garf@videolan.org>
Mon, 6 Jan 2003 00:37:30 +0000 (00:37 +0000)
commit7f00f3bf4aff9ac5ccaa122c82cc747b2adf3cce
tree4a8b9e13b51800e30dcf68cfbd50e805b57d6134
parentba3ec85cef517ac81bedec458a13d218ac7fc562
 * added a i_min, i_max, f_min and f_max in module_config_t structure
 * added a add_integer_with_range() and add_float_with_range()
 * gtk interface: now uses a slider when a min or a max is specified
include/configuration.h
include/modules_inner.h
modules/gui/gtk/preferences.c
modules/video_filter/adjust.c
src/libvlc.h
src/misc/configuration.c