aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2005-11-18 19:11:19 +0000
committerChong Yidong <[email protected]>2005-11-18 19:11:19 +0000
commit0d876a1479852af55fe83901c1381883a4cf89ea (patch)
treecdb79a83b03004a5bdcb32803620dcae18dedfa8 /src
parentc5d36b039dfb513fc64d20f265717c841e98d0b2 (diff)
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index c7bc71ee90..d020b2ac39 100644
--- a/src/image.c
+++ b/src/image.c
@@ -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. */