Changeset 104842 in vbox for trunk/include/VBox
- Timestamp:
- Jun 5, 2024 1:02:34 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/graphics.h
r104786 r104842 42 42 43 43 /** The default amount of VGA VRAM (in bytes). */ 44 # define VGA_VRAM_DEFAULT(_4M)44 #define VGA_VRAM_DEFAULT (_4M) 45 45 /** The minimum amount of VGA VRAM (in bytes). */ 46 # define VGA_VRAM_MIN(_1M)47 /** The maximum amount of VGA VRAM (in bytes). Limited by VBOX_MAX_ALLOC_PAGE_COUNT.*/48 # define VGA_VRAM_MAX (256 * _1M)46 #define VGA_VRAM_MIN (_1M) 47 /** The maximum amount of VGA VRAM (in bytes). */ 48 #define VGA_VRAM_MAX (_1G) 49 49 50 50 /** The minimum amount of SVGA VRAM (in bytes). */
Note:
See TracChangeset
for help on using the changeset viewer.