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.389 by root, Wed Mar 31 23:48:32 2010 UTC vs.
Revision 1.390 by root, Wed Mar 31 23:49:08 2010 UTC

327#define RS_customCount 16 327#define RS_customCount 16
328#define RS_customMask 0x07800000UL 328#define RS_customMask 0x07800000UL
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 0x001f0000UL // 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 0x00010000UL /* 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 0x00020000UL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines