Changeset 986 for trunk/include/conf.h


Ignore:
Timestamp:
11/28/10 00:07:15 (3 years ago)
Author:
reyalp
Message:

add "always" option to "disable lcd off", prevents lcd off when not in alt mode. From atalwar in http://chdk.setepontos.com/index.php?topic=5854.0 with modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/conf.h

    r928 r986  
    288288#define ALT_PREVENT_SHUTDOWN_ALT        1 
    289289#define ALT_PREVENT_SHUTDOWN_ALT_SCRIPT 2 
     290#define ALT_PREVENT_SHUTDOWN_ALWAYS     3 
    290291 
    291292#define SHOOTING_PROGRESS_NONE          0 
     
    312313extern int shutter_int; 
    313314extern void conf_change_dng(void); 
     315extern void conf_update_prevent_shutdown(void); 
    314316 
    315317// reyalp: putting these in conf, since the conf values are lookups for them 
Note: See TracChangeset for help on using the changeset viewer.