-- 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: 6b7b87eef35bd0cdf964079434b2c5ef96f373db:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 6b7b87eef35bd0cdf964079434b2c5ef96f373db
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Fri Jun 8 21:33:32 2012 +0000

    *** empty log message ***

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

index 9f2cb141c4457d396ea180333456c3cc20f2f02a..

index ..b9ae2b168f57419a7856043bd9bf9fb594ee6cac 100644

--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -356,7 +356,10 @@ void
 rxvt_img::contrast (uint16_t r, uint16_t g, uint16_t b, uint16_t a)
 {
   if (!(s->display->flags & DISPLAY_HAS_RENDER_MUL))
-    return;
+    {
+      rxvt_warn ("rxvt_img::contrast operation not supported on this display, RENDER extension too old.\n");
+      return;
+    }

   Display *dpy = s->display->dpy;
   Picture src = create_xrender_mask (dpy, pm, True);

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

-- Response ended

-- Page fetched on Sun Jun 2 13:08:58 2024