Changeset 82079 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h
- Timestamp:
- Nov 21, 2019 12:46:06 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134885
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h
r82076 r82079 168 168 /** The R3 FIFO pointer. */ 169 169 R3PTRTYPE(uint32_t *) pFIFOR3; 170 /** The R0 FIFO pointer. */ 170 /** The R0 FIFO pointer. 171 * @note This only points to the _first_ _page_ of the FIFO! */ 171 172 R0PTRTYPE(uint32_t *) pFIFOR0; 172 173 /** R3 Opaque pointer to svga state. */
Note:
See TracChangeset
for help on using the changeset viewer.