Mercurial > hg > xemacs-beta
comparison src/console-x.c @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
278 CONSOLE_HAS_METHOD (x, canonicalize_device_connection); | 278 CONSOLE_HAS_METHOD (x, canonicalize_device_connection); |
279 CONSOLE_HAS_METHOD (x, device_to_console_connection); | 279 CONSOLE_HAS_METHOD (x, device_to_console_connection); |
280 CONSOLE_HAS_METHOD (x, initially_selected_for_input); | 280 CONSOLE_HAS_METHOD (x, initially_selected_for_input); |
281 } | 281 } |
282 | 282 |
283 | |
284 void | |
285 reinit_console_type_create_x (void) | |
286 { | |
287 REINITIALIZE_CONSOLE_TYPE (x); | |
288 } |