#ifndef InterfaceGraphic_X11Header # define InterfaceGraphic_X11Header /* Copyright (C) 1991,1992,1993 by MATRA DATAVISION, FRANCE This software is furnished in accordance with the terms and conditions of the contract and with the inclusion of the above copyright notice. This software or any other copy thereof may not be provided or otherwise be made available to any other person. No title to an ownership of the software is hereby transferred. At the termination of the contract, the software and all copies of this software must be deleted. Facility : CAS-CADE V1 */ # ifndef WNT # include # include # include # include # include # define WINDOW Window # define DISPLAY Display # define GLCONTEXT GLXContext # define GLDRAWABLE GLXDrawable # define GET_GL_CONTEXT() glXGetCurrentContext() # define GET_GLDEV_CONTEXT() glXGetCurrentDrawable() # define GL_MAKE_CURRENT(a,b,c) glXMakeCurrent(a,b,c) # ifndef EXPORT # define EXPORT # endif /* EXPORT */ # endif /* WNT */ #endif /* InterfaceGraphic_X11Header */