Changeset 41404 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 22, 2012 4:41:38 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78116
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r41137 r41404 12582 12582 <interface 12583 12583 name="IDisplay" extends="$unknown" 12584 uuid=" 09EED313-CD56-4D06-BD56-FAC0F716B5DD"12584 uuid="4b75c45c-e22e-4b75-b7cd-7ce9a83bb36e" 12585 12585 wsmap="managed" 12586 12586 > … … 12844 12844 </method> 12845 12845 12846 <method name="viewportChanged"> 12847 <desc> 12848 Signals that framebuffer window viewport has changed. 12849 12850 <result name="E_INVALIDARG"> 12851 The specified viewport data is invalid. 12852 </result> 12853 12854 </desc> 12855 12856 <param name="screenId" type="unsigned long" dir="in"> 12857 <desc> 12858 Monitor to take the screenshot from. 12859 </desc> 12860 </param> 12861 <param name="x" type="unsigned long" dir="in"> 12862 <desc> 12863 Framebuffer x offset. 12864 </desc> 12865 </param> 12866 <param name="y" type="unsigned long" dir="in"> 12867 <desc> 12868 Framebuffer y offset. 12869 </desc> 12870 </param> 12871 <param name="width" type="unsigned long" dir="in"> 12872 <desc> 12873 Viewport width. 12874 </desc> 12875 </param> 12876 <param name="height" type="unsigned long" dir="in"> 12877 <desc> 12878 Viewport height. 12879 </desc> 12880 </param> 12881 </method> 12846 12882 </interface> 12847 12883
Note:
See TracChangeset
for help on using the changeset viewer.