OCC22105 Suspicious call to XOpenDisplay() in OSD_FontMgr class
[occt.git] / src / OpenGl / OpenGl_context.hxx
CommitLineData
7fd59977 1/***********************************************************************
2
3FONCTION :
4----------
5Include OpenGl_context :
6
7
8REMARQUES:
9----------
10
11
12HISTORIQUE DES MODIFICATIONS :
13--------------------------------
14xx-xx-xx : xxx ; Creation.
1505-08-97 : PCT ; support texture mapping
16augmentation de la taille de CONTEXTFILLAREA_SIZE
17car ajout de champs pour le texture mapping
1823-12-97 : FMN ; Suppression TelBackInteriorStyle, TelBackInteriorStyleIndex
1930-11-98 : FMN ; S3819 : Textes toujours visibles
2022-01-04 : SAN ; OCC2934 Texture mapped fonts on WNT
2122-03-04 : SAN ; OCC4895 High-level interface for controlling polygon offsets
22
23************************************************************************/
24
25/*----------------------------------------------------------------------*/
26
27#ifndef OPENGL_CONTEXT_H
28#define OPENGL_CONTEXT_H
29
30#define CALL_DEF_CONTEXTLINE_SIZE 3
31
32/* 22-03-04 : SAN ; OCC4895 TelPolygonOffset element added to fill area context (size++) */
33#define CALL_DEF_CONTEXTFILLAREA_SIZE 17
34/* 22-03-04 : SAN ; OCC4895 TelPolygonOffset element added to fill area context (size++) */
35
36#define CALL_DEF_CONTEXTMARKER_SIZE 3
37
38
39/* TelTextZoomable, TelTextAngle, TelTextAspect element added to text context (size++) */
40#define CALL_DEF_CONTEXTTEXT_SIZE 10
41
42#endif