OCC22105 Suspicious call to XOpenDisplay() in OSD_FontMgr class
[occt.git] / src / OpenGl / OpenGl_tgl_utilgr.hxx
CommitLineData
7fd59977 1/***********************************************************************
2
3FONCTION :
4----------
5file OpenGl_tgl_utilgr.h :
6
7
8REMARQUES:
9----------
10
11
12HISTORIQUE DES MODIFICATIONS :
13--------------------------------
14xx-xx-xx : xxx ; Creation.
1530-01-97 : FMN ; Suppression call_util_init_indexes()
16
17************************************************************************/
18
19#ifndef OPENGL_TGL_UTILGR_H
20#define OPENGL_TGL_UTILGR_H
21
22#include <InterfaceGraphic_Graphic3d.hxx>
23
24extern Tint call_util_context_group_place(CALL_DEF_GROUP *); /* agroup */
25extern Tint call_util_osd_putenv(Tchar *, Tchar *); /* symbol, value */
26extern Tint call_util_rgbindex(Tfloat, Tfloat, Tfloat); /* r, g, b */
27
28#endif