view src/gpmevent.h @ 425:22157a68eca2

Added tag r21-2-20 for changeset 11054d720c21
author cvs
date Mon, 13 Aug 2007 11:26:13 +0200
parents 697ef44129c6
children
line wrap: on
line source

#ifndef _HAVE_GPM
#define _HAVE_GPM

int handle_gpm_read (struct Lisp_Event *event, struct console *con, int fd);
void connect_to_gpm (struct console *con);

#endif