(EVENT_INIT): New macro.

This commit is contained in:
Stefan Monnier
2003-06-15 20:52:33 +00:00
parent 57dd22f4e8
commit 5400da8f3f

View File

@@ -1,6 +1,6 @@
/* Hooks by which low level terminal operations
can be made to call other routines.
Copyright (C) 1985, 1986, 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1985,86,93,94,2003 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -371,6 +371,8 @@ struct input_event
Lisp_Object arg;
};
#define EVENT_INIT(event) bzero (&(event), sizeof (struct input_event))
/* Called to read input events. */
extern int (*read_socket_hook) P_ ((int, struct input_event *, int, int));