* dbusbind.c (xd_read_message): Use non-static input_event struct.

This commit is contained in:
Michael Albinus 2007-12-31 10:22:52 +00:00
parent a34f800f02
commit 15f16c1ba7
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
* dbusbind.c (xd_read_message): Use non-static input_event struct.
2007-12-31 Magnus Henoch <mange@freemail.hu>
* dbusbind.c (xd_signature): Signature of variant is just "v".

View file

@ -962,7 +962,7 @@ xd_read_message (bus)
{
Lisp_Object args, key, value;
struct gcpro gcpro1;
static struct input_event event;
struct input_event event;
DBusConnection *connection;
DBusMessage *dmessage;
DBusMessageIter iter;