Mercurial > hg > xemacs-beta
comparison src/gpmevent.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | e45d5e7c476e |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
1 #ifndef _HAVE_GPM | 1 #ifndef _HAVE_GPM |
2 #define _HAVE_GPM | 2 #define _HAVE_GPM |
3 | 3 |
4 int handle_gpm_read(struct Lisp_Event *event, struct console *con, int fd); | 4 int handle_gpm_read (struct Lisp_Event *event, struct console *con, int fd); |
5 void connect_to_gpm(struct console *con); | 5 void connect_to_gpm (struct console *con); |
6 | 6 |
7 #endif | 7 #endif |