OCC22150 Problem with GetWindowLong function on 64-bit platform
[occt.git] / src / OpenGl / OpenGl_tgl_tox.hxx
CommitLineData
7fd59977 1/***********************************************************************
2
3FONCTION :
4----------
5Include OpenGl_tgl_tox :
6
7
8REMARQUES:
9----------
10
11
12HISTORIQUE DES MODIFICATIONS :
13--------------------------------
14xx-xx-xx : xxx ; Creation.
1520-02-96 : FMN ; Suppression code inutile:
16on ne garde que call_tox_open_display(). Les autres
17point d'entree sont inutiles [cf OpenGl_txgl.c]
1811-03-98 : CAL ; Suppression code inutile
1912-03-02 ; GG ; RIC120302 Add call_tox_set_display
20
21************************************************************************/
22
23#ifndef OPENGL_TGL_TOX_H
24#define OPENGL_TGL_TOX_H
25
26#include <InterfaceGraphic.hxx>
27
28extern DISPLAY *call_thedisplay; /* display pointer; defined in tgl/tox */
29
30/*----------------------------------------------------------------------*/
31/*
32* Prototypes fonctions externes
33*/
34
35extern Tint call_tox_open_display(void);
36extern Tint call_tox_set_display(void*);
37extern void call_tox_getscreen(Tint *, Tint *); /* w, h */
38extern void call_tox_rect(int,WINDOW,int,int) ;
39extern Tfloat call_tox_getpitchsize();
40
41
42#endif