Patch by Obaro Ogbo (nastee) with small changes by myself: The check of the
input_server filter if the screen saver should be run could be confused if additional option flags were turned on. I've removed the SAVER_DISABLED definition completely. Also, I renamed the confusing "fEnabled" member, which really means "saver already running". Thanks a lot! Fixes ticket #3474. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30207 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -22,7 +22,6 @@ enum screen_corner {
|
||||
|
||||
// time flags
|
||||
enum {
|
||||
SAVER_DISABLED = 0x00,
|
||||
ENABLE_SAVER = 0x01,
|
||||
ENABLE_DPMS_STAND_BY = 0x02,
|
||||
ENABLE_DPMS_SUSPEND = 0x04,
|
||||
|
||||
Reference in New Issue
Block a user