summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2003-01-11 18:09:12 +0000
committerHavoc Pennington <hp@src.gnome.org>2003-01-11 18:09:12 +0000
commit339a86150b1d777ef3ba61e642ba0a603fe22218 (patch)
tree44d7d660bd06509169aca40309fee99bbd2861db /src
parent374e5d400d0f7785c9fa84e5fcee4f0874442bca (diff)
downloadmetacity-339a86150b1d777ef3ba61e642ba0a603fe22218.tar.gz
add ability to --disable-shape
2003-01-11 Havoc Pennington <hp@pobox.com> * configure.in: add ability to --disable-shape
Diffstat (limited to 'src')
-rw-r--r--src/frames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frames.c b/src/frames.c
index 5fcd3ec6..7e9d2d3e 100644
--- a/src/frames.c
+++ b/src/frames.c
@@ -919,7 +919,7 @@ meta_frames_apply_shapes (MetaFrames *frames,
frame->shape_applied = TRUE;
XDestroyRegion (window_xregion);
-#endif
+#endif /* HAVE_SHAPE */
}
void