Changeset 5159 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h
- Timestamp:
- Oct 4, 2007 4:09:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h
r5144 r5159 52 52 53 53 /* VRAM 54 * | | || |55 * 0+framebuffer+ VBVA buffer+ddraw heap+displayinfo=cScreenSize54 * | | | | | 55 * 0+framebuffer+ddraw heap+VBVA buffer+displayinfo=cScreenSize 56 56 */ 57 57 typedef struct _VRAMLAYOUT … … 62 62 ULONG cbFrameBuffer; 63 63 64 ULONG offDDRAWHeap; //@todo 65 ULONG cbDDRAWHeap; 66 64 67 ULONG offVBVABuffer; 65 68 ULONG cbVBVABuffer; 66 67 ULONG offDDRAWHeap;68 ULONG cbDDRAWHeap;69 69 70 70 ULONG offDisplayInformation;
Note:
See TracChangeset
for help on using the changeset viewer.