comparison src/xterm.c @ 51405:c3e680aa1a51

(Qutf_8): Moved to coding.c
author Dave Love <fx@gnu.org>
date Mon, 02 Jun 2003 18:48:55 +0000
parents 791af636af55
children df2c9d815bb3
comparison
equal deleted inserted replaced
51404:e518bae63784 51405:c3e680aa1a51
294 Lisp_Object Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym, Vx_super_keysym; 294 Lisp_Object Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym, Vx_super_keysym;
295 Lisp_Object Vx_keysym_table; 295 Lisp_Object Vx_keysym_table;
296 static Lisp_Object Qalt, Qhyper, Qmeta, Qsuper, Qmodifier_value; 296 static Lisp_Object Qalt, Qhyper, Qmeta, Qsuper, Qmodifier_value;
297 297
298 static Lisp_Object Qvendor_specific_keysyms; 298 static Lisp_Object Qvendor_specific_keysyms;
299 static Lisp_Object Qlatin_1, Qutf_8; 299 static Lisp_Object Qlatin_1;
300 300
301 extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *)); 301 extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *));
302 302
303 303
304 static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *)); 304 static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *));
7104 that is kind of ugly, but it works. */ 7104 that is kind of ugly, but it works. */
7105 current_dpyinfo = dpyinfo; 7105 current_dpyinfo = dpyinfo;
7106 7106
7107 while (gtk_events_pending ()) 7107 while (gtk_events_pending ())
7108 { 7108 {
7109 static int nr = 0;
7110 current_count = count; 7109 current_count = count;
7111 current_numcharsp = &numchars; 7110 current_numcharsp = &numchars;
7112 current_bufp = &bufp; 7111 current_bufp = &bufp;
7113 7112
7114 gtk_main_iteration (); 7113 gtk_main_iteration ();