Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2010-08-26 07:06:09 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2010-08-26 07:06:09 +0400
commitec7bb66c7a51056757c52b84ce7bfd26b01d3d92 (patch)
tree5036e7b412cae252dd1cab5e0d65a13d32451939
parent465ad88a272b6647cfb906a0d6eb1f44e0d9fec2 (diff)
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL, STATE_SYSTEM_PROTECTED): Define. Thank you to Marcus von Appen for reporting the issue.
-rw-r--r--winsup/w32api/ChangeLog7
-rw-r--r--winsup/w32api/include/oleacc.h4
2 files changed, 11 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 57b6252d7..883374cc6 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,12 @@
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+ * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
+ STATE_SYSTEM_PROTECTED): Define.
+
+ Thank you to Marcus von Appen for reporting the issue.
+
+2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
* include/winuser.h (CF_DIBV5): Define.
(CF_MAX): Adjust accordingly.
diff --git a/winsup/w32api/include/oleacc.h b/winsup/w32api/include/oleacc.h
index 170db26a4..0de6d25ad 100644
--- a/winsup/w32api/include/oleacc.h
+++ b/winsup/w32api/include/oleacc.h
@@ -131,6 +131,10 @@ extern "C" {
#define STATE_SYSTEM_ALERT_MEDIUM 0x08000000
#define STATE_SYSTEM_ALERT_HIGH 0x10000000
#define STATE_SYSTEM_VALID 0x1fffffff
+/* http://opensource.adobe.com/wiki/display/flexsdk/Accessibility+for+Spark+Components */
+#define STATE_SYSTEM_NORMAL 0x00000000
+#define STATE_SYSTEM_PROTECTED 0x20000000
+#define STATE_SYSTEM_HASPOPUP 0x40000000
typedef enum tagSELFLAG
{