Changeset 8425 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Apr 28, 2008 3:03:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r8367 r8425 5184 5184 <interface 5185 5185 name="IGuest" extends="$unknown" 5186 uuid=" 655f0f7f-a35b-4e2f-a728-175d7e18dcce"5186 uuid="d8556fca-81bc-12af-fca3-365528fa38ca" 5187 5187 5188 5188 wsmap="suppress" … … 5227 5227 the version might be refused by VirtualBox (incompatible) or 5228 5228 other failures occured. 5229 </desc>5230 </attribute>5231 5232 <attribute name="maxGuestWidth" type="unsigned long" readonly="yes">5233 <desc>5234 The maximum horizontal resolution currently supported by the5235 Guest Additions for the purpose of host-initiated resiing5236 (and fullscreen and seamless). A value of zero means no5237 arbitrary maximum other than that imposed by VRAM limits.5238 </desc>5239 </attribute>5240 5241 <attribute name="maxGuestHeight" type="unsigned long" readonly="yes">5242 <desc>5243 The maximum vertical resolution currently supported by the5244 Guest Additions for the purpose of host-initiated resiing5245 (and fullscreen and seamless). A value of zero means no5246 arbitrary maximum other than that imposed by VRAM limits.5247 5229 </desc> 5248 5230 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.