Added a BDirectWindow implementation which works with BeOS R5 (at least, with the Chart demo app)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4755 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
// TODO: This file is here just to be able to use BDirectWindow
|
||||
// with BeOS R5. Remove it when we don't need it anymore
|
||||
|
||||
#ifndef _APP_SERVER_LINK_H
|
||||
#define _APP_SERVER_LINK_H
|
||||
|
||||
#include <BeBuild.h>
|
||||
#include <SupportDefs.h>
|
||||
#include <OS.h>
|
||||
#include "Session.h"
|
||||
|
||||
class _BAppServerLink_ {
|
||||
|
||||
public:
|
||||
_BAppServerLink_();
|
||||
virtual ~_BAppServerLink_();
|
||||
|
||||
_BSession_ *fSession;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user