Changeset 2500 for neercs/trunk/src/configuration.c
- Timestamp:
- 06/28/08 16:50:59 (5 years ago)
- File:
-
- 1 edited
-
neercs/trunk/src/configuration.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/configuration.c
r2481 r2500 283 283 /* if timeout is 0, set it to 0xFFFFFFFFFFFFFFFF */ 284 284 if(!screen_list->screensaver_timeout) screen_list->screensaver_timeout-=1; 285 } else if(IS_TOKEN("autolock_timeout")) 286 { 287 screen_list->autolock_timeout = atoi(option->value) * 1000000; 288 /* if timeout is 0, set it to 0xFFFFFFFFFFFFFFFF */ 289 if(!screen_list->autolock_timeout) screen_list->autolock_timeout-=1; 285 290 } else if(IS_TOKEN("socket_dir")) 286 291 {
Note: See TracChangeset
for help on using the changeset viewer.
