added a little trace
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13987 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -122,7 +122,8 @@ SSInputFilter::Banish()
|
|||||||
CALLED();
|
CALLED();
|
||||||
if (!fEnabled)
|
if (!fEnabled)
|
||||||
return;
|
return;
|
||||||
BMessenger ssApp (SCREEN_BLANKER_SIG,-1,NULL); // Don't care if it fails
|
SERIAL_PRINT(("we quit screenblanker\n"));
|
||||||
|
BMessenger ssApp(SCREEN_BLANKER_SIG,-1,NULL); // Don't care if it fails
|
||||||
ssApp.SendMessage(B_QUIT_REQUESTED);
|
ssApp.SendMessage(B_QUIT_REQUESTED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user