repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 8a2ed84bfa266b21fadb832e6e0584918bb66015:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 8a2ed84bfa266b21fadb832e6e0584918bb66015
Author: Emanuele Giaquinta 
Date:   Sat Oct 27 15:14:55 2007 +0000

    Fix indentation.

diff --git a/src/background.C b/src/background.C
index 9b7021b3be506571c65387987e7d51b6e62f58c5..
index ..06088fef68a562df0f50ca9b906f5fc5b5e7585f 100644
--- a/src/background.C
+++ b/src/background.C
@@ -134,7 +134,7 @@ bool bgPixmap_t::need_client_side_rendering ()
     {
 #  ifdef HAVE_AFTERIMAGE		// can't blur without libAI anyways
       if ((flags & blurNeeded) && !(flags & blurServerSide))
-				return true;
+        return true;
 #  endif
       if ((flags & tintNeeded) && !(flags & tintServerSide))
         return true;
@@ -937,14 +937,14 @@ bgPixmap_t::make_transparency_pixmap ()
                   pf.direct.alphaMask = 0xff;

                   XRenderPictFormat *solid_format = XRenderFindFormat (dpy,
-																																			 (PictFormatType|
-																																			  PictFormatDepth|
-																																			  PictFormatRedMask|
-																																			  PictFormatGreenMask|
-																																			  PictFormatBlueMask|
-																																			  PictFormatAlphaMask),
-																																			 &pf,
-																																			 0);
+                                                                       (PictFormatType|
+                                                                        PictFormatDepth|
+                                                                        PictFormatRedMask|
+                                                                        PictFormatGreenMask|
+                                                                        PictFormatBlueMask|
+                                                                        PictFormatAlphaMask),
+                                                                       &pf,
+                                                                       0);
                   XRenderPictFormat *root_format = XRenderFindVisualFormat (dpy, DefaultVisualOfScreen (ScreenOfDisplay (dpy, target->display->screen)));
                   XRenderPictureAttributes pa ;

@@ -1102,8 +1102,8 @@ bgPixmap_t::render ()

 # elif !XFT /* our own client-side tinting */

-  /* ATTENTION: We ASSUME that XFT will let us do all the tinint neccessary server-side.
-	   This may need to be changed in need_client_seide_rendering() logic is altered !!! */
+  /* ATTENTION: We ASSUME that XFT will let us do all the tinting neccessary server-side.
+     This may need to be changed in need_client_side_rendering() logic is altered !!! */

   if (background_flags && (flags & isInvalid))
     {

-----END OF PAGE-----