OCC22354 Bug in Overlay Text rendering
[occt.git] / src / OpenGl / OpenGl_togl_inquirelight.cxx
CommitLineData
7fd59977 1/***********************************************************************
2
3FONCTION :
4----------
5File OpenGl_togl_inquirelight.c :
6
7
8REMARQUES:
9----------
10
11
12HISTORIQUE DES MODIFICATIONS :
13--------------------------------
14xx-xx-xx : xxx ; Creation.
1530-06-97 : FMN ; Appel de la toolkit OpenGl_LightBox.
16
17************************************************************************/
18
19/*----------------------------------------------------------------------*/
20/*
21* Includes
22*/
23
24#include <OpenGl_tgl_all.hxx>
25#include <OpenGl_tgl.hxx>
26#include <OpenGl_LightBox.hxx>
27
28int EXPORT
29call_togl_inquirelight ()
30{
31 return call_facilities_list.MaxLights = OpenGLMaxLights;
32}