From: root Date: Thu, 1 Apr 2010 00:29:22 +0000 (+0000) Subject: still broken X-Git-Url: http://git.openbox.org/?p=dana%2Furxvt.git;a=commitdiff_plain;h=4d15b706ebe0b4e93af2eec8f616e36eb186f686 still broken --- diff --git a/src/rxvt.h b/src/rxvt.h index c0b837b..3c30aad 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -331,10 +331,10 @@ enum { // must have space for rxvt_fontset::fontCount * 2 + 2 values #define RS_fontMask 0x007c0000UL // includes RS_Careful #define RS_fontShift 18 -#define RS_Careful 0x00010000UL /* be careful when drawing these */ +#define RS_Careful (1UL << RS_fontShift) /* be careful when drawing these */ // toggle this to force redraw, must be != RS_Careful and otherwise "pretty neutral" -#define RS_redraw 0x00020000UL +#define RS_redraw (2UL << RS_fontShift) #define RS_styleCount 4 #define RS_styleMask (RS_Bold | RS_Italic)