From 615197f7d958094cda85d76517c8ccd7797bb0b6 Mon Sep 17 00:00:00 2001 From: Bill Haneman Date: Mon, 19 Nov 2001 15:39:12 +0000 Subject: [PATCH] Change to signature of atk_add_event_listener to use AtkKeySnoopFunc instead of pointer to same. Changed AtkKeySnoopFunc sig: removed AtkObjectImplementor arg since snooped keys are not reliably associated with AtkObjects. --- atk/atkutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atk/atkutil.h b/atk/atkutil.h index 00fd8f5..5fadb95 100755 --- a/atk/atkutil.h +++ b/atk/atkutil.h @@ -47,7 +47,7 @@ typedef struct _AtkKeyEventStruct AtkKeyEventStruct; */ typedef void (*AtkEventListener) (AtkObject*); typedef void (*AtkEventListenerInit) (void); -typedef gint (*AtkKeySnoopFunc) (AtkImplementor*, AtkKeyEventStruct *event, +typedef gint (*AtkKeySnoopFunc) (AtkKeyEventStruct *event, gpointer func_data); struct _AtkKeyEventStruct { -- 2.7.4