VirtualBox

Ignore:
Timestamp:
May 11, 2010 4:25:05 PM (15 years ago)
Author:
vboxsync
Message:

warning/error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/spu_loader/glloader.py

    r28022 r29376  
    3636#include <string.h> /* VBOX */
    3737#elif defined(IRIX) || defined(IRIX64) || defined(Linux) || defined(FreeBSD) || defined(AIX) || defined(SunOS) || defined(OSF1)
    38 #if defined(Linux)
     38#if defined(Linux) || defined(SunOS) /* bird: why not all? */
    3939#include <string.h>
    4040#endif
     
    302302# endif
    303303#endif
    304        
     304
    305305        crDebug( "Looking for the system's OpenGL library..." );
    306306#ifdef DARWIN
     
    314314                return 0;
    315315        }
    316        
     316
    317317        crDebug( "Found it in %s.", !env_syspath ? "default path" : env_syspath );
    318318
     
    490490        if (!entry)
    491491                return 1; /* token value */
    492                
     492
    493493        for (i = 0; coreFunctions[i]; i++) {
    494494                const char *name = coreFunctions[i];
     
    573573
    574574#ifdef USE_OSMESA
    575 int crLoadOSMesa( OSMesaContext (**createContext)( GLenum format, OSMesaContext sharelist ), 
    576                      GLboolean (**makeCurrent)( OSMesaContext ctx, GLubyte *buffer, 
     575int crLoadOSMesa( OSMesaContext (**createContext)( GLenum format, OSMesaContext sharelist ),
     576                     GLboolean (**makeCurrent)( OSMesaContext ctx, GLubyte *buffer,
    577577                                                GLenum type, GLsizei width, GLsizei height ),
    578578                     void (**destroyContext)( OSMesaContext ctx ))
     
    581581
    582582        const char *env_syspath = crGetenv( "CR_SYSTEM_GL_PATH" );
    583        
     583
    584584        crDebug( "Looking for the system's OSMesa library..." );
    585585        osMesaDll = __findSystemLib( env_syspath, "libOSMesa.so" );
     
    595595                crDLLGetNoError( osMesaDll, "OSMesaCreateContext" );
    596596
    597         *makeCurrent =  (GLboolean (*) ( OSMesaContext ctx, GLubyte *buffer, 
     597        *makeCurrent =  (GLboolean (*) ( OSMesaContext ctx, GLubyte *buffer,
    598598                                          GLenum type, GLsizei width, GLsizei height ))
    599599                crDLLGetNoError( osMesaDll, "OSMesaMakeCurrent" );
     
    604604        return 1;
    605605}
    606 #endif 
     606#endif
    607607
    608608"""
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette