OCC22105 Suspicious call to XOpenDisplay() in OSD_FontMgr class
[occt.git] / src / OpenGl / OpenGl_togl_marker_set.cxx
CommitLineData
7fd59977 1
2#include <OpenGl_tgl_all.hxx>
3#include <InterfaceGraphic_Graphic3d.hxx>
4#include <OpenGl_tgl.hxx>
5#include <OpenGl_tgl_funcs.hxx>
6#include <OpenGl_tgl_subrs.hxx>
7#include <OpenGl_tgl_utilgr.hxx>
8
9void EXPORT
10call_togl_marker_set
11(
12 CALL_DEF_GROUP * agroup,
13 CALL_DEF_LISTMARKERS * almarkers
14 )
15{
16 if (! agroup->IsOpen) call_togl_opengroup (agroup);
17 call_subr_marker_set (almarkers);
18 if (! agroup->IsOpen) call_togl_closegroup (agroup);
19 return;
20}