Changeset 35998 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Feb 16, 2011 2:24:09 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70071
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
r35969 r35998 26 26 #endif 27 27 28 #define SHCROGL_SSM_VERSION 2 428 #define SHCROGL_SSM_VERSION 25 29 29 30 30 #define CR_MAX_WINDOWS 100 … … 64 64 GLboolean bUseFBO; /*redirect to FBO instead of real host window*/ 65 65 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*/ 68 69 69 70 GLuint idFBO, idColorTex, idDepthStencilRB;
Note:
See TracChangeset
for help on using the changeset viewer.