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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit c37cd743b5a526ad61fb65cc1add163e1cc5ccb4
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Thu May 17 10:48:56 2012 +0000

    Renumber bg enum constants and shrink bg_flags.

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

index b7f684d64c4bf35a1f79d96b343b549fa09383e1..

index ..ae1d9762ceabd6179e1b9defcf8918759738d560 100644

--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -1146,20 +1146,20 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen
   void bg_destroy ();

   enum {
-    BG_IS_VALID          = 1 <<  0,
+    BG_IS_VALID          = 1 << 0,

-    BG_TINT_SET          = 1 <<  5,
-    BG_TINT_BITAND       = 1 <<  6,
+    BG_IS_TRANSPARENT    = 1 << 1,
+    BG_NEEDS_REFRESH     = 1 << 2,

-    BG_HAS_RENDER        = 1 <<  7,
-    BG_HAS_RENDER_CONV   = 1 <<  8,
-    BG_CLIENT_RENDER     = 1 <<  9,
+    BG_HAS_RENDER        = 1 << 3,
+    BG_HAS_RENDER_CONV   = 1 << 4,
+    BG_CLIENT_RENDER     = 1 << 5,

-    BG_IS_TRANSPARENT    = 1 << 10,
-    BG_NEEDS_REFRESH     = 1 << 11,
+    BG_TINT_SET          = 1 << 6,
+    BG_TINT_BITAND       = 1 << 7,
   };

-  unsigned int bg_flags;
+  uint8_t bg_flags;

 # ifdef BG_IMAGE_FROM_FILE
   rxvt_image bg_image;

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

-- Response ended

-- Page fetched on Sun Jun 2 12:36:45 2024