-- 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: 19076d1c7e5526f0362ff9de2a93ef35dfa0e3f0:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 19076d1c7e5526f0362ff9de2a93ef35dfa0e3f0
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Tue Jun 5 14:07:47 2012 +0000

    *** empty log message ***

diff --git a/src/perl/background b/src/perl/background

index 053182a2f0f4a3e54bd2b5c47dc7d265725586db..

index ..d3e8a88f141756b89a0bfe7c8335b67098c85d51 100644

--- a/src/perl/background
+++ b/src/perl/background
@@ -2,6 +2,7 @@

 our $EXPR = 'move load "/root/pix/das_fette_schwein.jpg", repeat_wrap, X, Y';
 $EXPR = '
+   blur 10, 10,
    rotate W, H, 50, 50, counter 1/60, repeat_mirror,
    clip X, Y, W, H, repeat_mirror,
    load "/root/pix/das_fette_schwein.jpg"
diff --git a/src/rxvtimg.C b/src/rxvtimg.C

index e11480a207d9e9b52b6de770ebf309d0d6652076..

index ..37671247643cd15bdb80d9e69f7401800b9592bf 100644

--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -317,6 +317,8 @@ rxvt_img::clone ()
   GC gc = XCreateGC (s->display->dpy, pm, 0, 0);
   XCopyArea (s->display->dpy, pm, img->pm, gc, 0, 0, w, h, 0, 0);
   XFreeGC (s->display->dpy, gc);
+
+  return img;
 }

 rxvt_img *

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

-- Response ended

-- Page fetched on Sun Jun 2 10:12:22 2024