0023022: This is desirable to access OpenGl extensions and core API (1.2+) in one...
[occt.git] / src / ImageUtility / ImageUtility_X11XImage.hxx
1 //============================================================================
2 //==== Titre: ImageUtility_X11XImage.hxx
3 //==== Role : The header file of primitve type "X11XImage" from package
4 //====  "ImageUtility"
5 //====
6 //==== Implementation:  This is a primitive type implemented with typedef
7 //====        typedef XImage ImageUtility_X11XImage;
8 //============================================================================
9
10 #ifndef _ImageUtility_X11XImage_HeaderFile
11 #define _ImageUtility_X11XImage_HeaderFile
12
13 /*
14  * Data structure used by color operations from <X11/Xlib.h>
15  */
16 //==== Definition de Type ====================================================
17 #include <Standard_Type.hxx>
18 const Handle(Standard_Type)& STANDARD_TYPE(ImageUtility_X11XImage);
19 //============================================================================
20
21 #include <X11/Xlib.h>
22
23 typedef XImage *ImageUtility_X11XImage ;
24
25 #endif