-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 18b676f83b4ae70463d34a287aa949c1c564d199:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 18b676f83b4ae70463d34a287aa949c1c564d199
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Tue Dec 18 11:15:24 2007 +0000

    Fix coding style.

diff --git a/src/background.C b/src/background.C

index 77cc4bccb68ee0be0af62ba11f626e76c0f33c55..

index ..e4396ca322bd7758172b03928a6864caac5e025d 100644

--- a/src/background.C
+++ b/src/background.C
@@ -437,7 +437,7 @@ bgPixmap_t::set_geometry (const char *geom)
       flags = new_flags;
       changed++;
     }
-//fprintf( stderr, "flags = %lX, scale = %ux%u, align=%+d%+d\n",
+//fprintf (stderr, "flags = %lX, scale = %ux%u, align=%+d%+d\n",
 //         flags, h_scale, v_scale, h_align, v_align);
   return (changed > 0);
 }
@@ -986,7 +986,7 @@ bgPixmap_t::make_transparency_pixmap ()
                       c.g = (c.g * shade) / 100;
                       c.b = (c.b * shade) / 100;
                     }
-                  else if( shade > 100 && shade < 200)
+                  else if (shade > 100 && shade < 200)
                     {
                       c.r = (c.r * (200 - shade)) / 100;
                       c.g = (c.g * (200 - shade)) / 100;
@@ -1203,9 +1203,9 @@ bgPixmap_t::render ()
           if (pmap_depth != result->depth)
             {
               /* Bad Match error will ensue ! stupid X !!!! */
-              if( result->depth == 24 && pmap_depth == 32)
+              if (result->depth == 24 && pmap_depth == 32)
                 result->depth = 32;
-              else if( result->depth == 32 && pmap_depth == 24)
+              else if (result->depth == 32 && pmap_depth == 24)
                 result->depth = 24;
               else
                 {
diff --git a/src/main.C b/src/main.C

index 6449861b8f644891a5d39c9f3cd079e1ca8fe600..

index ..4c8c2e54773127a635e383c5a8e563ceeb3015f0 100644

--- a/src/main.C
+++ b/src/main.C
@@ -1679,7 +1679,7 @@ rxvt_term::get_window_origin (int &x, int &y)
 {
   Window cr;
   XTranslateCoordinates (dpy, parent[0], display->root, 0, 0, &x, &y, &cr);
-/*  fprintf( stderr, "origin is %+d%+d\n", x, y);*/
+/*  fprintf (stderr, "origin is %+d%+d\n", x, y);*/
 }

 Pixmap

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

-- Response ended

-- Page fetched on Sun Jun 2 10:26:38 2024