VirtualBox

Changeset 18545 in vbox


Ignore:
Timestamp:
Mar 30, 2009 1:32:11 PM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: part fix compile for solaris

Location:
trunk/src/VBox/Additions/common/crOpenGL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/glx_c_exports.c

    r18542 r18545  
    2121 */
    2222
     23#include "stub.h"
    2324#include "dri_glx.h"
    2425#include "fakedri_drv.h"
  • trunk/src/VBox/Additions/common/crOpenGL/glx_proto.h

    r18542 r18545  
    2121 */
    2222
    23 #ifndef ___CROPENGL_DRI_GLX_H
    24 #define ___CROPENGL_DRI_GLX_H
     23#ifndef ___CROPENGL_GLX_PROTO_H
     24#define ___CROPENGL_GLX_PROTO_H
    2525
    2626#include "chromium.h"
     
    5151
    5252/*Common glX functions*/
    53 typedef void (*PGLXFUNC_CopyContext)( Display *dpy, GLXContext src, GLXContext dst,
    54 #if defined(SunOS)
    55 unsigned long mask);
    56 #else
    57 unsigned long mask);
    58 #endif
     53typedef void (*PGLXFUNC_CopyContext)(Display *dpy, GLXContext src, GLXContext dst,unsigned long mask);
    5954typedef void (*PGLXFUNC_UseXFont)(Font font, int first, int count, int listBase);
    6055typedef CR_GLXFuncPtr (*PGLXFUNC_GetProcAddress)(const GLubyte *name);
     
    158153#endif /* GLX_EXTRAS */
    159154
    160 #endif //___CROPENGL_DRI_GLX_H
     155#endif //___CROPENGL_GLX_PROTO_H
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