2 * Copyright 2010 Wim van der Meer <WPJvanderMeer@gmail.com>
3 * Distributed under the terms of the MIT License.
9 #include <Application.h>
17 class Screenshot
: public BApplication
{
23 void ArgvReceived(int32 argc
, char** argv
);
27 void _New(bigtime_t delay
);
28 status_t
_GetActiveWindowFrame();
29 int32
_ImageType(const char* name
) const;
37 #endif // SCREENSHOT_H