Mercurial > hg > xemacs-beta
comparison src/event-gtk.c @ 789:06b73d289047
[xemacs-hg @ 2002-03-21 15:13:41 by wmperry]
Fix typos in emacs_gtk_format_magic_event, courtesy of Malcolm Purvis
author | wmperry |
---|---|
date | Thu, 21 Mar 2002 15:13:43 +0000 |
parents | 026c5bf9c134 |
children | 755d0acc05ea |
comparison
equal
deleted
inserted
replaced
788:026c5bf9c134 | 789:06b73d289047 |
---|---|
209 } | 209 } |
210 | 210 |
211 static void | 211 static void |
212 emacs_gtk_format_magic_event (Lisp_Event *emacs_event, Lisp_Object pstream) | 212 emacs_gtk_format_magic_event (Lisp_Event *emacs_event, Lisp_Object pstream) |
213 { | 213 { |
214 Lisp_Object console = CDFW_CONSOLE (EVENT_CHANNEL (event)); | 214 Lisp_Object console = CDFW_CONSOLE (EVENT_CHANNEL (emacs_event)); |
215 if (CONSOLE_GTK_P (XCONSOLE (console))) | 215 if (CONSOLE_GTK_P (XCONSOLE (console))) |
216 write_c_string (gtk_event_name (event->event.magic.underlying_gdk_event. | 216 write_c_string (gtk_event_name (emacs_event->event.magic.underlying_gdk_event.type), |
217 type)); | 217 pstream); |
218 } | 218 } |
219 | 219 |
220 static int | 220 static int |
221 emacs_gtk_compare_magic_event (Lisp_Event *e1, Lisp_Event *e2) | 221 emacs_gtk_compare_magic_event (Lisp_Event *e1, Lisp_Event *e2) |
222 { | 222 { |