* Small cleanups
* Declaring the structs doesn't work so well for the libbe_test target. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33452 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3bf4730590
commit
1fc35b4f46
@ -1,13 +1,15 @@
|
|||||||
#ifndef D_WINDOW_BUFFER_H
|
#ifndef D_WINDOW_BUFFER_H
|
||||||
#define D_WINDOW_BUFFER_H
|
#define D_WINDOW_BUFFER_H
|
||||||
|
|
||||||
|
|
||||||
#include "RenderingBuffer.h"
|
#include "RenderingBuffer.h"
|
||||||
|
|
||||||
struct direct_buffer_info;
|
#include <Accelerant.h>
|
||||||
struct frame_buffer_config;
|
#include <DirectWindow.h>
|
||||||
|
|
||||||
|
|
||||||
class DWindowBuffer : public RenderingBuffer {
|
class DWindowBuffer : public RenderingBuffer {
|
||||||
public:
|
public:
|
||||||
DWindowBuffer();
|
DWindowBuffer();
|
||||||
virtual ~DWindowBuffer();
|
virtual ~DWindowBuffer();
|
||||||
|
|
||||||
@ -28,7 +30,7 @@ class DWindowBuffer : public RenderingBuffer {
|
|||||||
|
|
||||||
BRegion& WindowClipping()
|
BRegion& WindowClipping()
|
||||||
{ return fWindowClipping; }
|
{ return fWindowClipping; }
|
||||||
private:
|
private:
|
||||||
uint8* fBits;
|
uint8* fBits;
|
||||||
uint32 fWidth;
|
uint32 fWidth;
|
||||||
uint32 fHeight;
|
uint32 fHeight;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user