00001 /* 00002 $Id: force_glx.cpp,v 1.2 2000/07/15 15:45:55 starch 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 00015 #include "Core/System/Unix/init_linux.h" 00016 00017 // Force usage of the GLX target: 00018 CL_Force_DispTarget force_disptarget("glx");
1.2.6 written by Dimitri van Heesch,
© 1997-2001