mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 19:41:04 +00:00
looking for the right GL library?
This commit is contained in:
parent
f64e6ac7fe
commit
5decf64b48
2 changed files with 3 additions and 3 deletions
|
@ -502,7 +502,9 @@ int main( int argc, char* argv[] ) {
|
|||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
libgl = "/usr/X11R6/lib/libGL.1.dylib";
|
||||
// libgl = "/usr/X11R6/lib/libGL.dylib";
|
||||
// libgl = "/usr/X11/lib/libGL.dylib";
|
||||
libgl = "/opt/local/lib/libGL.dylib";
|
||||
#endif
|
||||
|
||||
#if defined ( __linux__ ) || defined ( __APPLE__ )
|
||||
|
|
|
@ -1681,7 +1681,6 @@ int QGL_Init( const char *dllname, const char* gluname ){
|
|||
qglXWaitGL = safe_dlsym( g_hGLDLL, "glXWaitGL" );
|
||||
qglXWaitX = safe_dlsym( g_hGLDLL, "glXWaitX" );
|
||||
qglXUseXFont = safe_dlsym( g_hGLDLL, "glXUseXFont" );
|
||||
// qglXGetProcAddressARB = dlsym (g_hGLDLL, "glXGetProcAddressARB"); // Utah-GLX fix
|
||||
#endif
|
||||
|
||||
qglPointParameterfEXT = 0;
|
||||
|
@ -1690,7 +1689,6 @@ int QGL_Init( const char *dllname, const char* gluname ){
|
|||
qglSelectTextureSGIS = 0;
|
||||
qglMTexCoord2fSGIS = 0;
|
||||
|
||||
// texture compression
|
||||
Sys_Printf( "Done.\n" );
|
||||
|
||||
#ifdef ATIHACK_812
|
||||
|
|
Loading…
Reference in a new issue