Changeset 35346 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69206
- Location:
- trunk/src/VBox/GuestHost/OpenGL/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_glstate.h
r34725 r35346 49 49 50 50 #ifndef IN_GUEST 51 # include <VBox/ssm.h>51 # include <VBox/vmm/ssm.h> 52 52 #endif 53 53 -
trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
r34571 r35346 20 20 #include <iprt/err.h> 21 21 22 #include <VBox/ ssm.h>22 #include <VBox/vmm/ssm.h> 23 23 24 24 #ifdef __cplusplus … … 56 56 GLint gX, gY; /*guest coordinates*/ 57 57 GLint hX, hY; /*host coordinates, screenID related*/ 58 58 59 59 int spuWindow; /*the SPU's corresponding window ID */ 60 60 … … 211 211 GLfloat alignment_matrix[16], unnormalized_alignment_matrix[16]; 212 212 /*@}*/ 213 213 214 214 /** tile overlap/blending info - this should probably be per-mural */ 215 215 /*@{*/
Note:
See TracChangeset
for help on using the changeset viewer.