VirtualBox

Ignore:
Timestamp:
Feb 16, 2011 2:24:09 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70071
Message:

crOpenGL: fix guest compiz clipping with forced fbo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h

    r35969 r35998  
    2626#endif
    2727
    28 #define SHCROGL_SSM_VERSION 24
     28#define SHCROGL_SSM_VERSION 25
    2929
    3030#define CR_MAX_WINDOWS 100
     
    6464    GLboolean bUseFBO;       /*redirect to FBO instead of real host window*/
    6565
    66     GLint  cVisibleRects;    /*count of visible rects*/
    67     GLint *pVisibleRects;    /*visible rects left, top, right, bottom*/
     66    GLint       cVisibleRects;    /*count of visible rects*/
     67    GLint      *pVisibleRects;    /*visible rects left, top, right, bottom*/
     68    GLboolean   bReceivedRects;   /*indicates if guest did any updates for visible regions*/
    6869
    6970    GLuint idFBO, idColorTex, idDepthStencilRB;
Note: See TracChangeset for help on using the changeset viewer.

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