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

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

void EXPORT
call_togl_antialiasing
(
 CALL_DEF_VIEW * aview,
 int tag
 )
{
  call_subr_antialiasing (aview, tag);
  return;
}