Ignore:
Timestamp:
Jun 20, 2008, 2:39:20 PM (15 years ago)
Author:
Jean-Yves Lamoureux
Message:
  • Added a man page
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/configuration.c

    r2464 r2465  
    234234        }
    235235    }
    236 
    237236    cur[o] = 0;
    238237    option->value = cur;
    239 
    240 
    241238    return 0;
    242239}
     
    284281        {
    285282            screen_list->screensaver_timeout = atoi(option->value) * 1000000;
     283            /* if timeout is 0, set it to 0xFFFFFFFFFFFFFFFF */
    286284            if(!screen_list->screensaver_timeout) screen_list->screensaver_timeout-=1;
    287285        } else
Note: See TracChangeset for help on using the changeset viewer.