From e7ffc57446c410e1435a78c45ec284b79ba0cac3 Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Fri, 17 Aug 2007 12:02:52 +0200 Subject: Coding style adjustments. --- selection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'selection.c') diff --git a/selection.c b/selection.c index cab8866..97730a3 100644 --- a/selection.c +++ b/selection.c @@ -39,9 +39,9 @@ groupWindowInRegion (CompWindow *w, BOX *box; buf = XCreateRegion (); - if (!buf) { + if (!buf) return FALSE; - } + XIntersectRegion (w->region, src, buf); /* buf area */ -- cgit v1.1