From a8bc993581845368717a67d268ec78b02b3e15e4 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Apr 2010 00:14:25 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rxvt.h b/src/rxvt.h index 8690c8f4..c0b837b3 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -309,8 +309,8 @@ enum { #define RS_None 0 #define RS_colorMask ((1UL << Color_Bits) - 1UL) -#define RS_fgShift 0 -#define RS_bgShift Color_Bits +#define RS_fgShift Color_Bits +#define RS_bgShift 0 #define RS_fgMask (RS_colorMask << RS_fgShift) #define RS_bgMask (RS_colorMask << RS_bgShift) -- 2.34.1