Changeset 1797 for trunk/core/conf.c


Ignore:
Timestamp:
04/11/12 04:14:42 (14 months ago)
Author:
philmoz
Message:

Add option to disable the 'zoom assist' button on the SX30 and SX40.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/conf.c

    r1796 r1797  
    454454    CONF_INFO(286, conf.overexp_threshold,          CONF_DEF_VALUE,     i:5, NULL), 
    455455    CONF_INFO(287, conf.overexp_ev_enum,            CONF_DEF_VALUE,     i:3, conf_change_autoiso), 
     456 
     457#if defined(CAM_ZOOM_ASSIST_BUTTON_CONTROL) 
     458    CONF_INFO(288, conf.zoom_assist_button_disable, CONF_DEF_VALUE,     i:0, NULL), 
     459#endif 
    456460    }; 
    457461#define CONF_NUM (sizeof(conf_info)/sizeof(conf_info[0])) 
Note: See TracChangeset for help on using the changeset viewer.