-- 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: 6596c3ad158a5e7353d6e8121419677fdda4baae:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 6596c3ad158a5e7353d6e8121419677fdda4baae
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Thu Jun 7 09:21:18 2012 +0000

    Change bg_render return type to void.

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

index 65cd55c8371e40b8206d9d8a0377e86787c606fe..

index ..2940cb2f094f89ed56c0559df1e3830a8e917803 100644

--- a/src/background.C
+++ b/src/background.C
@@ -1106,7 +1106,7 @@ rxvt_term::bg_set_root_pixmap ()
 }
 # endif /* ENABLE_TRANSPARENCY */

-bool
+void
 rxvt_term::bg_render ()
 {
   bg_invalidate ();
@@ -1140,8 +1140,6 @@ rxvt_term::bg_render ()
   bg_flags |= BG_NEEDS_REFRESH;

   bg_valid_since = ev::now ();
-
-  return true;
 }

 void
diff --git a/src/rxvt.h b/src/rxvt.h

index 9ee91124fcec1493f5cbfb875b66e8a8a0ad7097..

index ..a73966f2f524b3b46ab507f597d2ed0573412e20 100644

--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -1232,7 +1232,7 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen
   bool bg_window_size_sensitive ();
   bool bg_window_position_sensitive ();

-  bool bg_render ();
+  void bg_render ();
   void bg_invalidate ()
   {
     bg_flags &= ~BG_IS_VALID;

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

-- Response ended

-- Page fetched on Sun Jun 2 11:34:55 2024