When testing screensaver, don't have mouse move exit the screen saver.
Fixes #7463 Signed-off-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
75fe62cd00
commit
e4e2ce4ce3
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Copyright 2014 Haiku, Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Puck Meerburg, [email protected]
|
||||
*/
|
||||
#ifndef SCREEN_SAVER_SHARED_H
|
||||
#define SCREEN_SAVER_SHARED_H
|
||||
|
||||
const uint32 kMsgTestSaver = 'TEST';
|
||||
|
||||
#endif // SCREEN_SAVER_SHARED_H
|
||||
Reference in New Issue
Block a user