Changeset 18109 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
- Timestamp:
- Mar 20, 2009 11:12:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r17860 r18109 976 976 977 977 //@todo remove this crap at all later 978 conn->cbHostBufferAllocated = 1*1024;978 conn->cbHostBufferAllocated = 2*1024; 979 979 conn->pHostBuffer = (uint8_t*) crAlloc(conn->cbHostBufferAllocated); 980 980 CRASSERT(conn->pHostBuffer);
Note:
See TracChangeset
for help on using the changeset viewer.