Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 105885)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 105886)
@@ -5842,23 +5842,24 @@
 
     <method name="setFeature">
-      <desc>Sets a graphics controller feature.</desc>
-      <param name="feature" type="GraphicsFeature" dir="in">
-        <desc>
-          Graphics controller feature to set.
-        </desc>
-      </param>
-      <param name="enabled" type="boolean" dir="in">
-        <desc>
-          Whether to enable or disable the feature.
-        </desc>
-      </param>
-    </method>
-
-    <method name="isFeatureEnabled" const="yes">
-      <desc>Returns whether a particular feature is enabled for this adapter or not.
+      <desc>Sets a graphics controller feature.
         <result name="VBOX_E_NOT_SUPPORTED">
           The feature is not supported on the current platform.
         </result>
       </desc>
+      <param name="feature" type="GraphicsFeature" dir="in">
+        <desc>
+          Graphics controller feature to set.
+        </desc>
+      </param>
+      <param name="enabled" type="boolean" dir="in">
+        <desc>
+          Whether to enable or disable the feature.
+        </desc>
+      </param>
+    </method>
+
+    <method name="isFeatureEnabled" const="yes">
+      <desc>Returns whether a particular feature is enabled for this adapter
+        or not.</desc>
       <param name="feature" type="GraphicsFeature" dir="in">
         <desc>Feature to check for.</desc>
