summaryrefslogtreecommitdiff
path: root/atk/atkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkutil.h')
-rwxr-xr-xatk/atkutil.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/atk/atkutil.h b/atk/atkutil.h
index 5fadb95..fe6d6eb 100755
--- a/atk/atkutil.h
+++ b/atk/atkutil.h
@@ -57,9 +57,16 @@ struct _AtkKeyEventStruct {
gint length;
gchar *string;
guint16 keycode;
- guint32 time;
+ guint32 timestamp;
};
+typedef enum
+{
+ ATK_KEY_EVENT_PRESS,
+ ATK_KEY_EVENT_RELEASE,
+ ATK_KEY_EVENT_LAST_DEFINED
+} AtkKeyEventType;
+
struct _AtkUtil
{
GObject parent;