summaryrefslogtreecommitdiff
path: root/src/OpenGl/OpenGl_togl_transparency.cxx
blob: 352759bab796a73356adc13eafa458ffffa9c87f (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_subrvis.hxx>

void EXPORT
call_togl_transparency
(
 int wsid,
 int viewid,
 int tag
 )
{
  call_subr_transparency (wsid, viewid, tag);
  return;
}