summaryrefslogtreecommitdiff
path: root/src/OpenGl/OpenGl_togl_removeview.cxx
blob: 6e51280c46a818a2200cd5d07518487a1be7c9ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#include <OpenGl_tgl_all.hxx>
#include <InterfaceGraphic_Graphic3d.hxx>
#include <InterfaceGraphic_Visual3d.hxx>
#include <OpenGl_tgl_funcs.hxx>
#include <OpenGl_tgl_subrvis.hxx>

void EXPORT
call_togl_removeview
(
 CALL_DEF_VIEW * aview
 )
{
  call_func_del_struct (aview->ViewId);
  call_subr_close_ws (aview);
  return;
}