Changeset 49476 in vbox for trunk/src/VBox/GuestHost/OpenGL
- Timestamp:
- Nov 14, 2013 7:24:10 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_protocol.h
r49475 r49476 8 8 #define CR_PROTOCOL_H 9 9 10 #include <iprt/types.h> 10 11 #include <iprt/cdefs.h> 11 12 #ifdef DEBUG_misha … … 103 104 unsigned int *pcbWriteback; 104 105 unsigned int cbWriteback; 105 uint8_tfCompleteNeeded;106 bool fCompleteNeeded; 106 107 } CRVBOXHGSMI_CMDDATA, *PCRVBOXHGSMI_CMDDATA; 107 108
Note:
See TracChangeset
for help on using the changeset viewer.