2 * Copyright 2005-2008, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT license.
6 * Stephan Aßmus <superstippi@gmx.de>
8 #ifndef OFFSCREEN_WINDOW_H
9 #define OFFSCREEN_WINDOW_H
15 class BitmapHWInterface
;
18 class OffscreenWindow
: public Window
{
20 OffscreenWindow(ServerBitmap
* bitmap
,
21 const char* name
, ::ServerWindow
* window
);
22 virtual ~OffscreenWindow();
24 virtual bool IsOffscreenWindow() const
28 ServerBitmap
* fBitmap
;
29 BitmapHWInterface
* fHWInterface
;
32 #endif // OFFSCREEN_WINDOW_H