summaryrefslogtreecommitdiffstats
path: root/common/sw_canvas.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2011-12-12 17:48:51 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:58 +0200
commit64f4826b6d6918b81d336f8c4296dc6094067f64 (patch)
treefef0441ede7f2b7bffec4ebbc44402f362d2d323 /common/sw_canvas.c
parent8a36c625a64dee573c157256fe2a681a93a6aefe (diff)
downloadspice-64f4826b6d6918b81d336f8c4296dc6094067f64.tar.gz
spice-64f4826b6d6918b81d336f8c4296dc6094067f64.tar.xz
spice-64f4826b6d6918b81d336f8c4296dc6094067f64.zip
Death to all TABs
Source files should all use spaces instead of tabs for indentation. Update the few files not already in compliance
Diffstat (limited to 'common/sw_canvas.c')
-rw-r--r--common/sw_canvas.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/common/sw_canvas.c b/common/sw_canvas.c
index 0f67c808..02934174 100644
--- a/common/sw_canvas.c
+++ b/common/sw_canvas.c
@@ -472,8 +472,8 @@ static void __scale_image(SpiceCanvas *spice_canvas,
pixman_transform_init_scale(&transform, fsx, fsy);
pixman_transform_translate(&transform, NULL,
- pixman_int_to_fixed (src_x),
- pixman_int_to_fixed (src_y));
+ pixman_int_to_fixed (src_x),
+ pixman_int_to_fixed (src_y));
pixman_image_set_transform(src, &transform);
pixman_image_set_repeat(src, PIXMAN_REPEAT_NONE);
@@ -553,8 +553,8 @@ static void __scale_image_rop(SpiceCanvas *spice_canvas,
pixman_transform_init_scale(&transform, fsx, fsy);
pixman_transform_translate(&transform, NULL,
- pixman_int_to_fixed (src_x),
- pixman_int_to_fixed (src_y));
+ pixman_int_to_fixed (src_x),
+ pixman_int_to_fixed (src_y));
pixman_image_set_transform(src, &transform);
pixman_image_set_repeat(src, PIXMAN_REPEAT_NONE);
@@ -747,8 +747,8 @@ static void __blend_scale_image(SpiceCanvas *spice_canvas,
pixman_transform_init_scale(&transform, fsx, fsy);
pixman_transform_translate(&transform, NULL,
- pixman_int_to_fixed (src_x),
- pixman_int_to_fixed (src_y));
+ pixman_int_to_fixed (src_x),
+ pixman_int_to_fixed (src_y));
mask = NULL;
if (overall_alpha != 0xff) {
@@ -909,8 +909,8 @@ static void __colorkey_scale_image(SpiceCanvas *spice_canvas,
pixman_transform_init_scale(&transform, fsx, fsy);
pixman_transform_translate(&transform, NULL,
- pixman_int_to_fixed (src_x),
- pixman_int_to_fixed (src_y));
+ pixman_int_to_fixed (src_x),
+ pixman_int_to_fixed (src_y));
pixman_image_set_transform(src, &transform);
pixman_image_set_repeat(src, PIXMAN_REPEAT_NONE);