[mutter] shaped-texture: Clean up code flow a bit
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] shaped-texture: Clean up code flow a bit
- Date: Wed, 5 Feb 2014 19:12:03 +0000 (UTC)
commit 7a33fa681718b9fdbc4b16eeb108d11f8f776cc3
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Feb 5 13:39:47 2014 -0500
shaped-texture: Clean up code flow a bit
This is easier for me to read.
src/compositor/meta-shaped-texture.c | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/src/compositor/meta-shaped-texture.c b/src/compositor/meta-shaped-texture.c
index 26ba280..fc1e555 100644
--- a/src/compositor/meta-shaped-texture.c
+++ b/src/compositor/meta-shaped-texture.c
@@ -602,18 +602,17 @@ meta_shaped_texture_update_area (MetaShapedTexture *stex,
cairo_region_get_extents (intersection, &damage_rect);
clutter_actor_queue_redraw_with_clip (CLUTTER_ACTOR (stex), &damage_rect);
cairo_region_destroy (intersection);
-
return TRUE;
}
cairo_region_destroy (intersection);
-
return FALSE;
}
-
- clutter_actor_queue_redraw_with_clip (CLUTTER_ACTOR (stex), &clip);
-
- return TRUE;
+ else
+ {
+ clutter_actor_queue_redraw_with_clip (CLUTTER_ACTOR (stex), &clip);
+ return TRUE;
+ }
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]