-- 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: a67fb3d27cea157d34a70941d16c9a0b133699ba:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit a67fb3d27cea157d34a70941d16c9a0b133699ba
Author: Sasha Vasko <sashavasko@gmail.com>
Date:   Thu Sep 20 22:15:02 2007 +0000

    fixed root background offset when left-top corner of the window is outside of the screen

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

index 26c808431ac87786b50b472f2827ab02939f3765..

index ..cfe10da3611e60a228bf34b9251968fc9a947bde 100644

--- a/src/background.C
+++ b/src/background.C
@@ -864,8 +864,8 @@ bgPixmap_t::make_transparency_pixmap ()
       gcv.tile = root_pixmap;
       gcv.fill_style = FillTiled;

-      while (sx < 0) sx += (int)window_width;
-      while (sy < 0) sy += (int)window_height;
+      while (sx < 0) sx += (int)root_width;
+      while (sy < 0) sy += (int)root_height;

       gcv.ts_x_origin = -sx;
       gcv.ts_y_origin = -sy;

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

-- Response ended

-- Page fetched on Sun Jun 2 09:46:28 2024