Mercurial > hg > xemacs-beta
comparison src/gpmevent.c @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 43dd3413c7c7 |
children | e45d5e7c476e |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
20 #define KG_CTRL 2 | 20 #define KG_CTRL 2 |
21 #define KG_ALT 3 | 21 #define KG_ALT 3 |
22 #else | 22 #else |
23 #include <linux/keyboard.h> | 23 #include <linux/keyboard.h> |
24 #endif | 24 #endif |
25 | |
26 extern SELECT_TYPE input_wait_mask, non_fake_input_wait_mask; | |
27 extern SELECT_TYPE process_only_mask, device_only_mask; | |
28 void select_filedesc (int fd, Lisp_Object what); | |
29 | 25 |
30 int handle_gpm_read(struct Lisp_Event *event, struct console *con, int fd) | 26 int handle_gpm_read(struct Lisp_Event *event, struct console *con, int fd) |
31 { | 27 { |
32 Gpm_Event ev; | 28 Gpm_Event ev; |
33 int modifiers,type,button; | 29 int modifiers,type,button; |