VirtualBox

Changeset 3473

Show
Ignore:
Timestamp:
07/05/07 16:57:00 (2 years ago)
Author:
vboxsync
Message:

Bugfix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/HostServices/VBoxOGLOp.h

    r3472 r3473  
    18721872#define VBOX_OGL_EXTENSION(a)   (RTUINTPTR)a 
    18731873#else 
    1874 #define VBOX_OGL_EXTENSION(a)   (RTUINTPTR *)pfn##a 
     1874#define VBOX_OGL_EXTENSION(a)   (RTUINTPTR *)&pfn##a 
    18751875 
    18761876static PFNWGLSWAPINTERVALEXTPROC        pfnwglSwapIntervalEXT       = NULL; 
  • trunk/include/VBox/HostServices/VBoxOpenGLSvc.h

    r3460 r3473  
    2929 
    3030/* OpenGL command buffer size */ 
    31 #define VBOX_OGL_MAX_CMD_BUFFER                     (64*1024) 
     31#define VBOX_OGL_MAX_CMD_BUFFER                     (128*1024) 
    3232#define VBOX_OGL_CMD_ALIGN                          4 
    3333#define VBOX_OGL_CMD_ALIGN_MASK                     (VBOX_OGL_CMD_ALIGN-1) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy