Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-10-01 17:48:08 +0300
committerVojtech Kral <vojtech@kral.hk>2018-10-01 17:48:24 +0300
commit9021bd07a33c8daf3decbf2ebf85a90909157c89 (patch)
treec92f1a32ede4d50f32bd7f1e1d2686c653f4737e /src/slic3r/GUI/GLCanvas3DManager.hpp
parent08c69057516dfb90a83ec17099c545748855dbc8 (diff)
WIP: Plater
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3DManager.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3DManager.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GLCanvas3DManager.hpp b/src/slic3r/GUI/GLCanvas3DManager.hpp
index 1c376cb29..c833de397 100644
--- a/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -6,6 +6,7 @@
#include <map>
#include <vector>
+class wxWindow;
class wxGLCanvas;
class wxGLContext;
@@ -186,6 +187,8 @@ public:
void register_action_layersediting_callback(wxGLCanvas* canvas, void* callback);
void register_action_selectbyparts_callback(wxGLCanvas* canvas, void* callback);
+ static bool can_multisample();
+ static wxGLCanvas* create_wxglcanvas(wxWindow *parent);
private:
CanvasesMap::iterator _get_canvas(wxGLCanvas* canvas);
CanvasesMap::const_iterator _get_canvas(wxGLCanvas* canvas) const;