- Timestamp:
- Jul 12, 2007 4:58:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r3582 r3593 6221 6221 a memory buffer suitable for the given pixel format 6222 6222 and line size. 6223 The buffer must be page aligned, must contain6224 whole number of pages, and one should be able6225 to lock it to obtain physical addresses of pages.6226 (Note: this method is currently not supported,6227 use the below mentioned vram pointer!)6228 6223 6229 6224 If the requested pixel format is not supported, 6230 6225 or a PixelFormatDefault is requested, 6231 a default format is set. In that case the memory 6232 buffer does not have to be aligned and lockable. 6233 6234 The callee is also allowed to use the guest video memory 6226 a default format is set. 6227 6228 The callee is allowed to use the guest video memory 6235 6229 buffer (pointed to by the @a vram parameter) directly instead 6236 6230 of allocating its own buffer. To indicate that the framebuffer 6237 wants to usethe guest video memory, its <link to="#address"/>6231 uses the guest video memory, its <link to="#address"/> 6238 6232 implementation must return the same address as it gets in 6239 6233 the @a vram parameter of this method.
Note:
See TracChangeset
for help on using the changeset viewer.