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