diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1997-12-18 02:17:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1997-12-18 02:17:14 +0000 |
commit | d5d01a5af9aaa11762d7ba86760796df00af3786 (patch) | |
tree | c12bb7c7980b3177456cab8987755a976297b205 /gdk/gdkinputgxi.h | |
parent | 65e63db01e93820093c2eb5169d5f8c0be3fe4e5 (diff) | |
download | gdk-pixbuf-d5d01a5af9aaa11762d7ba86760796df00af3786.tar.gz |
It's all in the changelog. Well, almost all.
-owt
Diffstat (limited to 'gdk/gdkinputgxi.h')
-rw-r--r-- | gdk/gdkinputgxi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk/gdkinputgxi.h b/gdk/gdkinputgxi.h index a30e05f95..3d67eb513 100644 --- a/gdk/gdkinputgxi.h +++ b/gdk/gdkinputgxi.h @@ -75,7 +75,8 @@ gdk_input_init(void) GList *tmp_list; gdk_input_vtable.set_mode = gdk_input_gxi_set_mode; - gdk_input_vtable.set_axes = gdk_input_common_set_axes; + gdk_input_vtable.set_axes = gdk_input_common_set_axes; + gdk_input_vtable.set_key = gdk_input_common_set_key; gdk_input_vtable.motion_events = gdk_input_gxi_motion_events; gdk_input_vtable.get_pointer = gdk_input_gxi_get_pointer; gdk_input_vtable.grab_pointer = gdk_input_gxi_grab_pointer; |