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:
Puck Meerburg
2014-12-10 21:18:30 +01:00
committed by Adrien Destugues
parent 75fe62cd00
commit e4e2ce4ce3
6 changed files with 52 additions and 23 deletions
@@ -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