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:
parent
7ac01f7eb9
commit
0a1f6e8966
@ -122,7 +122,8 @@ SSInputFilter::Banish()
|
||||
CALLED();
|
||||
if (!fEnabled)
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user