mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0023712: Remove dependency on Aspect_GraphicDevice from Aspect_Window
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "OCC_BaseApp.h"
|
||||
#include <Standard_Macro.hxx>
|
||||
#include <Handle_Graphic3d_WNTGraphicDevice.hxx>
|
||||
#include <Handle_Graphic3d_GraphicDriver.hxx>
|
||||
|
||||
class Standard_EXPORT OCC_3dApp : public OCC_BaseApp
|
||||
{
|
||||
@@ -19,10 +19,10 @@ public:
|
||||
OCC_3dApp();
|
||||
virtual ~OCC_3dApp();
|
||||
|
||||
Handle_Graphic3d_WNTGraphicDevice GetGraphicDevice() const { return myGraphicDevice; } ;
|
||||
Handle_Graphic3d_GraphicDriver GetGraphicDriver() const { return myGraphicDriver; } ;
|
||||
|
||||
protected :
|
||||
Handle_Graphic3d_WNTGraphicDevice myGraphicDevice;
|
||||
Handle_Graphic3d_GraphicDriver myGraphicDriver;
|
||||
};
|
||||
|
||||
#endif // !defined(AFX_OCC_3DAPP_H__FC7278BF_390D_11D7_8611_0060B0EE281E__INCLUDED_)
|
||||
|
Reference in New Issue
Block a user