]> git.eshelyaron.com Git - emacs.git/commitdiff
(check_x_display_info): Yet Another Int/Lisp_Object Mixup.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 29 Aug 2007 21:45:22 +0000 (21:45 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 29 Aug 2007 21:45:22 +0000 (21:45 +0000)
(x_icon): Comment-out var only used in commented-out code.

src/xfns.c

index e49f8cb3112221c60a6a75d0de406209037717b9..14e5b058e3211b8f8d8bc5283bb19f945b53fe67 100644 (file)
@@ -280,7 +280,7 @@ check_x_display_info (object)
     }
   else if (INTEGERP (object))
     {
-      struct terminal *t = get_terminal (XINT (object), 1);
+      struct terminal *t = get_terminal (object, 1);
 
       if (t->type != output_x_window)
         error ("Terminal %d is not an X display", XINT (object));
@@ -2874,7 +2874,9 @@ x_icon (f, parms)
      Lisp_Object parms;
 {
   Lisp_Object icon_x, icon_y;
+#if 0
   struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
+#endif
 
   /* Set the position of the icon.  Note that twm groups all
      icons in an icon window.  */