Fixing bustage that's only happening on thunderbird tbox

This commit is contained in:
aaronleventhal%moonset.net 2006-07-17 20:45:10 +00:00
Родитель 701f56437b
Коммит 55d407fd0d
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -43,6 +43,18 @@
#define USE_ROLE_STRING 0
#define ROLE_MSAA_LAST_ENTRY -1
#ifndef ROLE_SYSTEM_SPLITBUTTON
#define ROLE_SYSTEM_SPLITBUTTON ( 0x3e ) // Not defined in all oleacc.h versions
#endif
#ifndef ROLE_SYSTEM_IPADDRESS
#define ROLE_SYSTEM_IPADDRESS ( 0x3f ) // Not defined in all oleacc.h versions
#endif
#ifndef ROLE_SYSTEM_OUTLINEBUTTON
#define ROLE_SYSTEM_OUTLINEBUTTON ( 0x40 ) // Not defined in all oleacc.h versions
#endif
// Map array from cross platform roles to MSAA roles
PRUint32 msaaRoleMap[] = {
USE_ROLE_STRING, // nsIAccessible::ROLE_NOTHING