Mercurial > hg > xemacs-beta
comparison src/intl.c @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | 576fb035e263 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
43 Atom wc_atom; | 43 Atom wc_atom; |
44 | 44 |
45 /* init_input -- Set things up for i18n level 4 input. | 45 /* init_input -- Set things up for i18n level 4 input. |
46 */ | 46 */ |
47 void | 47 void |
48 init_input (CONST char *res_name, CONST char *res_class, Display *display) | 48 init_input (const char *res_name, const char *res_class, Display *display) |
49 { | 49 { |
50 XIMStyles *styles; | 50 XIMStyles *styles; |
51 unsigned short i; | 51 unsigned short i; |
52 | 52 |
53 input_method = 0; | 53 input_method = 0; |