Changeset 21227 in vbox for trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.h
- Timestamp:
- Jul 5, 2009 7:50:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.h
r21226 r21227 28 28 29 29 #include "Framebuffer.h" 30 struct _VBVACMDHDR;30 struct VBVACMDHDR; 31 31 32 32 class VMDisplay … … 98 98 uint32_t mcbVbvaPartial; 99 99 100 bool vbvaFetchCmd (struct _VBVACMDHDR **ppHdr, uint32_t *pcbCmd);101 void vbvaReleaseCmd (struct _VBVACMDHDR *pHdr, int32_t cbCmd);100 bool vbvaFetchCmd (struct VBVACMDHDR **ppHdr, uint32_t *pcbCmd); 101 void vbvaReleaseCmd (struct VBVACMDHDR *pHdr, int32_t cbCmd); 102 102 103 103 void handleResizeCompletedEMT (void);
Note:
See TracChangeset
for help on using the changeset viewer.