Ported and added prototype #7's ScreenDriver and ViewDriver
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2593 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -26,6 +26,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
#include "DisplayDriver.h"
|
||||
#include "Desktop.h"
|
||||
|
||||
#ifdef VIEWDRIVER
|
||||
#include "ViewDriver.h"
|
||||
#endif
|
||||
#ifdef SCREENDRIVER
|
||||
#include "ScreenDriver.h"
|
||||
#endif
|
||||
#ifdef HWDRIVER
|
||||
#include "AccelerantDriver.h"
|
||||
#endif
|
||||
|
||||
//#include "ServerWindow.h"
|
||||
|
||||
namespace desktop_private {
|
||||
|
||||
Reference in New Issue
Block a user