From 31c8a4e24b51c999f6e84766eb9db5b5474a515e Mon Sep 17 00:00:00 2001
From: Charlie Fenton <charlief@example.com>
Date: Tue, 24 Nov 2009 02:34:43 +0000
Subject: [PATCH] MGR: In Simple View, Mac screen reader tells user to switch
 to Advanced View

svn path=/trunk/boinc/; revision=19681
---
 clientgui/mac/MacAccessiblity.h | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 clientgui/mac/MacAccessiblity.h

diff --git a/clientgui/mac/MacAccessiblity.h b/clientgui/mac/MacAccessiblity.h
new file mode 100644
index 0000000000..e8440ce76c
--- /dev/null
+++ b/clientgui/mac/MacAccessiblity.h
@@ -0,0 +1,21 @@
+// This file is part of BOINC.
+// http://boinc.berkeley.edu
+// Copyright (C) 2009 University of California
+//
+// BOINC is free software; you can redistribute it and/or modify it
+// under the terms of the GNU Lesser General Public License
+// as published by the Free Software Foundation,
+// either version 3 of the License, or (at your option) any later version.
+//
+// BOINC is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+// See the GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with BOINC.  If not, see <http://www.gnu.org/licenses/>.
+
+//  macAccessiblity.h
+
+
+void AccessibilityIgnoreAllChildren(HIViewRef parent, int recursionLevel);