summaryrefslogtreecommitdiff
path: root/src/bin/e_dpms.h
Commit message (Collapse)AuthorAgeFilesLines
* work around x dpms bug which seems to forget about doing dpms 2nd timeCarsten Haitzler2012-09-021-0/+1
| | | | | | | | | around so force a reset of screensaver/dpms settings after coming out of blank. SVN revision: 75940
* convert init/shutdown to EINTERN, move some to _update().Gustavo Sverzut Barbieri2010-11-221-2/+2
| | | | | | | | | | | | | | Do not abuse the concept of e_*_init(), make them call-once and those that needed multiple call are renamed to e_*_update(). To make sure convert them to EINTERN so the symbols are not exported. Actually I guess too much is exported as EAPI while they should be EINTERN, but that would require manual investigation, while this patch was basically created with sed + grep. SVN revision: 54795
* do not abuse _init(), provide _update() method instead.Gustavo Sverzut Barbieri2010-11-221-0/+3
| | | | SVN revision: 54794
* Ravenlock's combined dpms/screensaver patches and new config dialogs.Christopher Michael2007-02-131-0/+9
Nice work :) SVN revision: 28346