ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.393 by root, Thu Apr 1 00:14:25 2010 UTC vs.
Revision 1.394 by root, Thu Apr 1 00:29:22 2010 UTC

329#define RS_customShift 23 329#define RS_customShift 23
330 330
331// must have space for rxvt_fontset::fontCount * 2 + 2 values 331// must have space for rxvt_fontset::fontCount * 2 + 2 values
332#define RS_fontMask 0x007c0000UL // includes RS_Careful 332#define RS_fontMask 0x007c0000UL // includes RS_Careful
333#define RS_fontShift 18 333#define RS_fontShift 18
334#define RS_Careful 0x00010000UL /* be careful when drawing these */ 334#define RS_Careful (1UL << RS_fontShift) /* be careful when drawing these */
335 335
336// toggle this to force redraw, must be != RS_Careful and otherwise "pretty neutral" 336// toggle this to force redraw, must be != RS_Careful and otherwise "pretty neutral"
337#define RS_redraw 0x00020000UL 337#define RS_redraw (2UL << RS_fontShift)
338 338
339#define RS_styleCount 4 339#define RS_styleCount 4
340#define RS_styleMask (RS_Bold | RS_Italic) 340#define RS_styleMask (RS_Bold | RS_Italic)
341#define RS_styleShift 27 341#define RS_styleShift 27
342 342

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines