screen_blanker: fix warning.
This commit is contained in:
@@ -37,8 +37,8 @@ ScreenSaverFilter::Filter(BMessage* message, BHandler** target)
|
|||||||
// in test mode, all mouse move events are ignored
|
// in test mode, all mouse move events are ignored
|
||||||
bool transitOnly = false;
|
bool transitOnly = false;
|
||||||
if (fTestMode
|
if (fTestMode
|
||||||
|| message->FindBool("be:transit_only", &transitOnly) == B_OK
|
|| (message->FindBool("be:transit_only", &transitOnly)
|
||||||
&& transitOnly)
|
== B_OK && transitOnly))
|
||||||
return B_DISPATCH_MESSAGE;
|
return B_DISPATCH_MESSAGE;
|
||||||
|
|
||||||
// Fall through
|
// Fall through
|
||||||
|
|||||||
Reference in New Issue
Block a user