0022337: V3d_View::Print crashes in OCCT 6.5.0
[occt.git] / src / OpenGl / OpenGl_inquire.hxx
1 #ifndef  OPENGL_INQUIRE_H
2 #define  OPENGL_INQUIRE_H
3
4 typedef struct {
5   int AntiAliasing;
6   int DepthCueing;
7   int DoubleBuffer;
8   int ZBuffer;
9   int MaxLights;
10   int MaxPlanes;
11   int MaxViews;
12 } CALL_DEF_INQUIRE;
13
14 extern  CALL_DEF_INQUIRE  call_facilities_list; /* defined in tgl/tgl1 */
15
16 #endif