comparison src/event-Xt.c @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 5a88923fcbfe
children 2d532a89d707
comparison
equal deleted inserted replaced
172:a38aed19690b 173:8eaf7971accc
1819 static void 1819 static void
1820 describe_event_window (Window window, Display *display) 1820 describe_event_window (Window window, Display *display)
1821 { 1821 {
1822 struct frame *f; 1822 struct frame *f;
1823 Widget w; 1823 Widget w;
1824 stderr_out (" window: 0x%x", (int) window); 1824 stderr_out (" window: 0x%x", window);
1825 w = XtWindowToWidget (display, window); 1825 w = XtWindowToWidget (display, window);
1826 if (w) 1826 if (w)
1827 stderr_out (" %s", w->core.widget_class->core_class.class_name); 1827 stderr_out (" %s", w->core.widget_class->core_class.class_name);
1828 f = x_any_window_to_frame (get_device_from_display (display), window); 1828 f = x_any_window_to_frame (get_device_from_display (display), window);
1829 if (f) { 1829 if (f) {