Introduced AtkKeyEventType, to insulate us from GDK dependencies.
authorBill Haneman <billh@src.gnome.org>
Tue, 20 Nov 2001 11:34:09 +0000 (11:34 +0000)
committerBill Haneman <billh@src.gnome.org>
Tue, 20 Nov 2001 11:34:09 +0000 (11:34 +0000)
atk/atkutil.h

index 5fadb95..fe6d6eb 100755 (executable)
@@ -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;