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.133 by root, Wed Dec 15 00:53:23 2004 UTC vs.
Revision 1.135 by root, Mon Dec 20 18:07:19 2004 UTC

658 XA_ESETROOT_PMAP_ID, 658 XA_ESETROOT_PMAP_ID,
659#endif 659#endif
660#if OFFIX_DND /* OffiX Dnd (drag 'n' drop) support */ 660#if OFFIX_DND /* OffiX Dnd (drag 'n' drop) support */
661 XA_DNDPROTOCOL, 661 XA_DNDPROTOCOL,
662 XA_DNDSELECTION, 662 XA_DNDSELECTION,
663#endif /* OFFIX_DND */ 663#endif
664 NUM_XA 664 NUM_XA
665}; 665};
666 666
667/* DEC private modes */ 667/* DEC private modes */
668#define PrivMode_132 (1UL<<0) 668#define PrivMode_132 (1UL<<0)
953 953
954 operator mbstate_t *() { return &mbs; } 954 operator mbstate_t *() { return &mbs; }
955 void reset () { memset (&mbs, 0, sizeof (mbs)); } 955 void reset () { memset (&mbs, 0, sizeof (mbs)); }
956 mbstate () { reset (); } 956 mbstate () { reset (); }
957}; 957};
958
959#define UNICODE_MASK 0x1fffffUL
958 960
959#if UNICODE3 961#if UNICODE3
960# define COMPOSE_LO 0x40000000UL 962# define COMPOSE_LO 0x40000000UL
961# define COMPOSE_HI 0x400fffffUL 963# define COMPOSE_HI 0x400fffffUL
962# define IS_COMPOSE(n) ((int32_t)(n) >= COMPOSE_LO) 964# define IS_COMPOSE(n) ((int32_t)(n) >= COMPOSE_LO)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines