[atk] Add level bar to roles/roles_offsets



commit af8b21374e43454a83ca166232e243950b4d4aac
Author: Mike Gorse <mgorse suse com>
Date:   Thu Jan 31 10:53:18 2013 -0600

    Add level bar to roles/roles_offsets

 atk/atkobject.c |    5 +++--
 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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]