comparison Framework/Viewport/WebGLViewport.h @ 1318:cbfdba08e039 broker

removed SDL code in wasm + added undostack CTOR in Wasm viewport + build fix + ORTHANC_OVERRIDE
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 17 Mar 2020 08:40:13 +0100
parents 0ca50d275b9a
children ab81ee8fce1f
comparison
equal deleted inserted replaced
1317:8981bfca3457 1318:cbfdba08e039
39 39
40 public: 40 public:
41 WebGLViewport(const std::string& canvasId); 41 WebGLViewport(const std::string& canvasId);
42 42
43 WebGLViewport(const std::string& canvasId, 43 WebGLViewport(const std::string& canvasId,
44 boost::weak_ptr<UndoStack> undoStackW);
45
46 WebGLViewport(const std::string& canvasId,
44 const Scene2D& scene); 47 const Scene2D& scene);
45 48
46 virtual ~WebGLViewport(); 49 virtual ~WebGLViewport();
47 50
48 bool IsContextLost() 51 bool IsContextLost()