Changeset 50817 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Mar 19, 2014 10:29:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
r50814 r50817 15 15 #include "cr_vreg.h" 16 16 #include "cr_blitter.h" 17 #include "cr_htable.h" 17 18 #include "spu_dispatch_table.h" 18 19 #include "cr_dump.h" … … 354 355 int screenCount; 355 356 357 GLboolean fCrCmdEnabled; 358 356 359 int numClients; 357 360 CRClient *clients[CR_MAX_CLIENTS]; /**< array [numClients] */ 358 361 CRClient *curClient; 359 362 CRClientNode *pCleanupClient; /*list of clients with pending clean up*/ 363 CRHTABLE clientTable; 360 364 CRCurrentStatePointers current; 361 365
Note:
See TracChangeset
for help on using the changeset viewer.