Mercurial > hg > xemacs-beta
comparison src/console-impl.h @ 2828:a25c824ed558
[xemacs-hg @ 2005-06-26 18:04:49 by aidan]
Rename the ascii-character property, support more keysyms.
author | aidan |
---|---|
date | Sun, 26 Jun 2005 18:05:05 +0000 |
parents | 6fa9919a9a0b |
children | 4eb2a8c07cb3 |
comparison
equal
deleted
inserted
replaced
2827:936a6576c655 | 2828:a25c824ed558 |
---|---|
72 (Lisp_Object connection, Error_Behavior errb); | 72 (Lisp_Object connection, Error_Behavior errb); |
73 Lisp_Object (*canonicalize_device_connection_method) | 73 Lisp_Object (*canonicalize_device_connection_method) |
74 (Lisp_Object connection, Error_Behavior errb); | 74 (Lisp_Object connection, Error_Behavior errb); |
75 Lisp_Object (*device_to_console_connection_method) | 75 Lisp_Object (*device_to_console_connection_method) |
76 (Lisp_Object connection, Error_Behavior errb); | 76 (Lisp_Object connection, Error_Behavior errb); |
77 Lisp_Object (*perhaps_init_unseen_key_defaults_method) | |
78 (struct console *, Lisp_Object keysym); | |
77 | 79 |
78 /* device methods */ | 80 /* device methods */ |
79 void (*init_device_method) (struct device *, Lisp_Object props); | 81 void (*init_device_method) (struct device *, Lisp_Object props); |
80 void (*finish_init_device_method) (struct device *, Lisp_Object props); | 82 void (*finish_init_device_method) (struct device *, Lisp_Object props); |
81 void (*delete_device_method) (struct device *); | 83 void (*delete_device_method) (struct device *); |