VirtualBox

Changeset 41404 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
May 22, 2012 4:41:38 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78116
Message:

crOpenGL: VM window scroll handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r41137 r41404  
    1258212582  <interface
    1258312583    name="IDisplay" extends="$unknown"
    12584     uuid="09EED313-CD56-4D06-BD56-FAC0F716B5DD"
     12584    uuid="4b75c45c-e22e-4b75-b7cd-7ce9a83bb36e"
    1258512585    wsmap="managed"
    1258612586    >
     
    1284412844    </method>
    1284512845
     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>
    1284612882  </interface>
    1284712883
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette