Changeset 98


Ignore:
Timestamp:
02/04/09 12:27:10 (4 years ago)
Author:
gstaplin@…
Message:

Make the debug output only appear when using env LIBGL_DIAGNOSTIC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AppleSGLX/trunk/apple_glx.c

    r87 r98  
    103103        return false; 
    104104 
    105     puts("HELLO from apple_init_glx!"); 
     105    if(getenv("LIBGL_DIAGNOSTIC")) { 
     106        printf("initializing libGL in %s", __func__); 
     107    } 
     108 
    106109    apple_cgl_init(); 
    107110    apple_xgl_init_direct(); 
Note: See TracChangeset for help on using the changeset viewer.