[PATCH] include: Updated enum AutomationIdentifierType values

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Thu Jun 7 19:10:32 CDT 2018


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 include/uiautomationcoreapi.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/include/uiautomationcoreapi.h b/include/uiautomationcoreapi.h
index 12c509f..1898fe9 100644
--- a/include/uiautomationcoreapi.h
+++ b/include/uiautomationcoreapi.h
@@ -45,7 +45,11 @@ enum AutomationIdentifierType
     AutomationIdentifierType_Pattern,
     AutomationIdentifierType_Event,
     AutomationIdentifierType_ControlType,
-    AutomationIdentifierType_TextAttribute
+    AutomationIdentifierType_TextAttribute,
+    AutomationIdentifierType_LandmarkType,
+    AutomationIdentifierType_Annotation,
+    AutomationIdentifierType_Changes,
+    AutomationIdentifierType_Style
 };
 
 HRESULT WINAPI UiaGetReservedMixedAttributeValue(IUnknown **value);
-- 
1.9.1




More information about the wine-devel mailing list