OCC22105 Suspicious call to XOpenDisplay() in OSD_FontMgr class
[occt.git] / src / OpenGl / OpenGl_togl_removeview.cxx
CommitLineData
7fd59977 1
2#include <OpenGl_tgl_all.hxx>
3#include <InterfaceGraphic_Graphic3d.hxx>
4#include <InterfaceGraphic_Visual3d.hxx>
5#include <OpenGl_tgl_funcs.hxx>
6#include <OpenGl_tgl_subrvis.hxx>
7
8void EXPORT
9call_togl_removeview
10(
11 CALL_DEF_VIEW * aview
12 )
13{
14 call_func_del_struct (aview->ViewId);
15 call_subr_close_ws (aview);
16 return;
17}