[mutter/wip/cairo: 4/14] theme: Properly indent code
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/cairo: 4/14] theme: Properly indent code
- Date: Sun, 11 Mar 2012 23:06:50 +0000 (UTC)
commit a98da6e855c712ebb11448df7e700bba49a167a6
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Mar 1 00:59:06 2012 -0500
theme: Properly indent code
s/tabs/spaces/
https://bugzilla.gnome.org/show_bug.cgi?id=662962
src/ui/theme.c | 43 +++++++++++++++++++++----------------------
1 files changed, 21 insertions(+), 22 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 6ec447f..f56bad0 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -110,8 +110,8 @@ colorize_pixbuf (GdkPixbuf *orig,
guchar *dest_pixels;
pixbuf = gdk_pixbuf_new (gdk_pixbuf_get_colorspace (orig), gdk_pixbuf_get_has_alpha (orig),
- gdk_pixbuf_get_bits_per_sample (orig),
- gdk_pixbuf_get_width (orig), gdk_pixbuf_get_height (orig));
+ gdk_pixbuf_get_bits_per_sample (orig),
+ gdk_pixbuf_get_width (orig), gdk_pixbuf_get_height (orig));
if (pixbuf == NULL)
return NULL;
@@ -804,19 +804,19 @@ meta_frame_layout_calc_geometry (const MetaFrameLayout *layout,
&n_right, &fgeom->above_rect))
continue;
else if (strip_button (left_func_rects, left_bg_rects,
- &n_left, &fgeom->stick_rect))
+ &n_left, &fgeom->stick_rect))
continue;
else if (strip_button (right_func_rects, right_bg_rects,
&n_right, &fgeom->stick_rect))
continue;
else if (strip_button (left_func_rects, left_bg_rects,
- &n_left, &fgeom->shade_rect))
+ &n_left, &fgeom->shade_rect))
continue;
else if (strip_button (right_func_rects, right_bg_rects,
&n_right, &fgeom->shade_rect))
continue;
else if (strip_button (left_func_rects, left_bg_rects,
- &n_left, &fgeom->min_rect))
+ &n_left, &fgeom->min_rect))
continue;
else if (strip_button (right_func_rects, right_bg_rects,
&n_right, &fgeom->min_rect))
@@ -929,12 +929,11 @@ meta_frame_layout_calc_geometry (const MetaFrameLayout *layout,
rect->clickable.width = button_width;
}
- rect->clickable.y = 0;
- rect->clickable.height = button_height + button_y;
- }
- else
- g_memmove (&(rect->clickable), &(rect->visible), sizeof(rect->clickable));
-
+ rect->clickable.y = 0;
+ rect->clickable.height = button_height + button_y;
+ }
+ else
+ g_memmove (&(rect->clickable), &(rect->visible), sizeof(rect->clickable));
x = rect->visible.x + rect->visible.width + layout->button_border.right;
if (left_buttons_has_spacer[i])
@@ -3090,7 +3089,7 @@ meta_draw_op_free (MetaDrawOp *op)
g_object_unref (G_OBJECT (op->data.image.pixbuf));
if (op->data.image.colorize_spec)
- meta_color_spec_free (op->data.image.colorize_spec);
+ meta_color_spec_free (op->data.image.colorize_spec);
if (op->data.image.colorize_cache_pixbuf)
g_object_unref (G_OBJECT (op->data.image.colorize_cache_pixbuf));
@@ -3436,9 +3435,9 @@ draw_op_as_pixbuf (const MetaDrawOp *op,
case META_DRAW_IMAGE:
{
- if (op->data.image.colorize_spec)
- {
- GdkRGBA color;
+ if (op->data.image.colorize_spec)
+ {
+ GdkRGBA color;
meta_color_spec_render (op->data.image.colorize_spec,
context, &color);
@@ -3465,15 +3464,15 @@ draw_op_as_pixbuf (const MetaDrawOp *op,
op->data.image.vertical_stripes,
op->data.image.horizontal_stripes);
}
- }
- else
- {
- pixbuf = scale_and_alpha_pixbuf (op->data.image.pixbuf,
+ }
+ else
+ {
+ pixbuf = scale_and_alpha_pixbuf (op->data.image.pixbuf,
op->data.image.fill_type,
width, height,
op->data.image.vertical_stripes,
op->data.image.horizontal_stripes);
- }
+ }
break;
}
case META_DRAW_ICON:
@@ -3966,7 +3965,7 @@ meta_draw_op_draw_with_env (const MetaDrawOp *op,
meta_draw_op_list_draw_with_style (op->data.op_list.op_list,
style_gtk, widget, cr, info,
- d_rect);
+ d_rect);
}
break;
@@ -4004,7 +4003,7 @@ meta_draw_op_draw_with_env (const MetaDrawOp *op,
{
meta_draw_op_list_draw_with_style (op->data.tile.op_list,
style_gtk, widget, cr, info,
- tile);
+ tile);
tile.y += tile.height;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]