0022962: Invalid realization of reading and writing material in STEP.
[occt.git] / src / OpenGl / OpenGl_togl_activateview.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
7void EXPORT
8call_togl_activateview
9(
10 CALL_DEF_VIEW * aview
11 )
12{
13 if (aview->WsId != -1)
14 call_func_post_struct (aview->WsId, aview->ViewId, ( float )1.0);
15 return;
16}