Changeset 28534 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Apr 20, 2010 6:30:11 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60340
- Location:
- trunk/src/VBox/GuestHost/OpenGL/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
r27889 r28534 61 61 GLboolean bVisible; /*guest window is visible*/ 62 62 GLboolean bUseFBO; /*redirect to FBO instead of real host window*/ 63 64 GLint cVisibleRects; /*count of visible rects*/ 65 GLint *pVisibleRects; /*visible rects left, top, right, bottom*/ 63 66 64 67 GLuint idFBO, idColorTex, idDepthStencilRB; -
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_statetypes.h
r15532 r28534 37 37 38 38 typedef struct { 39 GLint x1, x2, y1, y2;39 GLint x1, y1, x2, y2; 40 40 } CRrecti; 41 41
Note:
See TracChangeset
for help on using the changeset viewer.