]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 18 Nov 2005 19:11:19 +0000 (19:11 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 18 Nov 2005 19:11:19 +0000 (19:11 +0000)
src/image.c

index c7bc71ee90962616b72ee360a3f69b4accc7e3d9..d020b2ac39471711e5e66b44df323b80b2486eff 100644 (file)
@@ -3755,7 +3755,7 @@ x_create_bitmap_from_xpm_data (f, bits)
   XpmFreeAttributes (&attrs);
   return id;
 }
-#endif /* HAVE_X_WINDOWS */
+#endif /* defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) */
 
 /* Load image IMG which will be displayed on frame F.  Value is
    non-zero if successful.  */