* 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:
Stephan Aßmus
2009-10-06 09:18:47 +00:00
parent 3bf4730590
commit 1fc35b4f46
+4 -2
View File
@@ -1,10 +1,12 @@
#ifndef D_WINDOW_BUFFER_H
#define D_WINDOW_BUFFER_H
#include "RenderingBuffer.h"
struct direct_buffer_info;
struct frame_buffer_config;
#include <Accelerant.h>
#include <DirectWindow.h>
class DWindowBuffer : public RenderingBuffer {
public: