diff options
author | Danny Baumann <dannybaumann@web.de> | 2007-08-17 12:02:52 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2007-08-17 12:02:52 +0200 |
commit | e7ffc57446c410e1435a78c45ec284b79ba0cac3 (patch) | |
tree | 1b97f3c9b79ad6e709847c6eb30fb3cfbded6750 /selection.c | |
parent | e0d0691be4a5b156d70c95e6eb66c5ac28dccfc2 (diff) | |
download | group-e7ffc57446c410e1435a78c45ec284b79ba0cac3.tar.gz group-e7ffc57446c410e1435a78c45ec284b79ba0cac3.tar.bz2 |
Coding style adjustments.
Diffstat (limited to 'selection.c')
-rw-r--r-- | selection.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |