diff src/event-Xt.c @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 8eaf7971accc
children 9ad43877534d
line wrap: on
line diff
--- a/src/event-Xt.c	Mon Aug 13 09:49:11 2007 +0200
+++ b/src/event-Xt.c	Mon Aug 13 09:50:14 2007 +0200
@@ -1821,7 +1821,7 @@
 {
   struct frame *f;
   Widget w;
-  stderr_out ("   window: 0x%x", window);
+  stderr_out ("   window: 0x%lx", (unsigned long) window);
   w = XtWindowToWidget (display, window);
   if (w)
     stderr_out (" %s", w->core.widget_class->core_class.class_name);
@@ -1899,7 +1899,6 @@
       
     case KeyPress:
       {
-	Lisp_Object keysym;
 	XKeyEvent *ev = &event->xkey;
 	unsigned int state = ev->state;