2 * Copyright 2007-2014 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
10 #include <ScreenSaver.h>
13 // Inspired by the classic BeOS BuyNow screensaver, of course
18 class DebugNow
: public BScreenSaver
{
20 DebugNow(BMessage
* archive
, image_id
);
22 void Draw(BView
* view
, int32 frame
);
23 void StartConfig(BView
*view
);
24 status_t
StartSaver(BView
*view
, bool preview
);
31 escapement_delta fDelta
;