00001 /*
00002 $Id: implementation_glx.h,v 1.1.1.1 2000/04/09 12:18:02 mbn Exp $
00003
00004 ------------------------------------------------------------------------
00005 ClanLib, the platform independent game SDK.
00006
00007 This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
00008 version 2. See COPYING for details.
00009
00010 For a total list of contributers see CREDITS.
00011
00012 ------------------------------------------------------------------------
00013
00014 File purpose:
00015 Initialization functions for XWindow implementation.
00016
00017 */
00018
00019 #ifndef header_implementation_glx
00020 #define header_implementation_glx
00021
00022 #ifdef USE_OPENGL
00023
00024 //#include "X11/Xlib.h"
00025 //#include "X11/Xutil.h"
00026
00027 char* glx_identify();
00028 char* glx_abbreviation();
00029 void glx_init();
00030
00031 class CL_Implementation_GLX
00032 {
00033 public:
00034 static void add_display();
00035 };
00036
00037 #endif
00038
00039 #endif
1.2.6 written by Dimitri van Heesch,
© 1997-2001