summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-01-31 10:53:18 -0600
committerMike Gorse <mgorse@suse.com>2013-01-31 10:53:18 -0600
commitaf8b21374e43454a83ca166232e243950b4d4aac (patch)
tree8622afb35222ff712cc177cfdbbcdc7578247054
parente5d2a940364553f052c774f3f15a2f8ab34eaa15 (diff)
downloadatk-af8b21374e43454a83ca166232e243950b4d4aac.tar.gz
Add level bar to roles/roles_offsets
-rwxr-xr-xatk/atkobject.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/atk/atkobject.c b/atk/atkobject.c
index 82e7124..fe17884 100755
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -276,7 +276,8 @@ static const char roles[] =
"grouping\0"
"image map\0"
"notification\0"
- "info bar\0";
+ "info bar\0"
+ "level bar\0";
static const guint16 roles_offsets[] = {
0, 8, 26, 32, 42, 48, 57, 64,
@@ -291,7 +292,7 @@ static const guint16 roles_offsets[] = {
751, 757, 769, 782, 791, 810, 816, 822,
830, 845, 853, 858, 866, 883, 888, 893,
913, 923, 933, 954, 976, 990, 1003, 1018,
- 1026, 1035, 1044, 1054, 1067
+ 1026, 1035, 1044, 1054, 1067, 1075
};
/* This is a static assertion */