annotate src/gpmevent.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
1 #ifndef _HAVE_GPM
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
2 #define _HAVE_GPM
153
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents:
diff changeset
3
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
4 int handle_gpm_read (struct Lisp_Event *event, struct console *con, int fd);
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 207
diff changeset
5 void connect_to_gpm (struct console *con);
153
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents:
diff changeset
6
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
7 #endif