Changeset 45940 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- May 7, 2013 8:16:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r45926 r45940 14276 14276 <interface 14277 14277 name="IFramebuffer" extends="$unknown" 14278 uuid=" b7ed347a-5765-40a0-ae1c-f543eb4ddeaf"14278 uuid="e3f122c0-adab-4fc9-a8dc-da112fb48428" 14279 14279 wsmap="suppress" 14280 14280 > … … 14598 14598 <param name="command" type="octet" mod="ptr" dir="in"> 14599 14599 <desc>Pointer to VBOXVHWACMD containing the command to execute.</desc> 14600 </param> 14601 </method> 14602 14603 <method name="notify3DEvent"> 14604 <desc> 14605 Notifies framebuffer about 3D backend event. 14606 </desc> 14607 14608 <param name="type" type="unsigned long" dir="in"> 14609 <desc>event type. Currently only VBOX3D_NOTIFY_EVENT_TYPE_VISIBLE_WINDOW is supported.</desc> 14610 </param> 14611 <param name="reserved" type="octet" mod="ptr" dir="in"> 14612 <desc>Reserved for future use, must be NULL.</desc> 14600 14613 </param> 14601 14614 </method>
Note:
See TracChangeset
for help on using the changeset viewer.