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.241 by root, Wed Jan 25 00:42:20 2006 UTC vs.
Revision 1.242 by root, Wed Jan 25 02:42:06 2006 UTC

619# undef def 619# undef def
620# undef reserve 620# undef reserve
621 NUM_RESOURCES 621 NUM_RESOURCES
622}; 622};
623 623
624// see init.C:xa_names, which must be kept in sync
625enum {
626 XA_TEXT = 0,
627 XA_COMPOUND_TEXT,
628 XA_UTF8_STRING,
629 XA_MULTIPLE,
630 XA_TARGETS,
631 XA_TIMESTAMP,
632 XA_VT_SELECTION,
633 XA_INCR,
634 XA_WM_PROTOCOLS,
635 XA_WM_DELETE_WINDOW,
636 XA_CLIPBOARD,
637#if ENABLE_FRILLS
638 XA_MOTIF_WM_HINTS,
639#endif
640#if ENABLE_EWMH
641 XA_NET_WM_PID,
642 XA_NET_WM_NAME,
643 XA_NET_WM_ICON_NAME,
644 XA_NET_WM_PING,
645#endif
646#if USE_XIM
647 XA_WM_LOCALE_NAME,
648#endif
649#if TRANSPARENT
650 XA_XROOTPMAP_ID,
651 XA_ESETROOT_PMAP_ID,
652#endif
653#if ENABLE_XEMBED
654 XA_XEMBED,
655 XA_XEMBED_INFO,
656#endif
657 NUM_XA
658};
659
660/* DEC private modes */ 624/* DEC private modes */
661#define PrivMode_132 (1UL<<0) 625#define PrivMode_132 (1UL<<0)
662#define PrivMode_132OK (1UL<<1) 626#define PrivMode_132OK (1UL<<1)
663#define PrivMode_rVideo (1UL<<2) 627#define PrivMode_rVideo (1UL<<2)
664#define PrivMode_relOrigin (1UL<<3) 628#define PrivMode_relOrigin (1UL<<3)
1035 int old_width, /* last used width in screen resize */ 999 int old_width, /* last used width in screen resize */
1036 old_height; /* last used height in screen resize */ 1000 old_height; /* last used height in screen resize */
1037 unsigned long priv_modes, 1001 unsigned long priv_modes,
1038 SavedModes; 1002 SavedModes;
1039/* ---------- */ 1003/* ---------- */
1040 Atom xa[NUM_XA]; 1004 Atom *xa;
1041/* ---------- */ 1005/* ---------- */
1042#ifdef RXVT_SCROLLBAR 1006#ifdef RXVT_SCROLLBAR
1043 GC scrollbarGC, 1007 GC scrollbarGC,
1044 topShadowGC, 1008 topShadowGC,
1045 botShadowGC; 1009 botShadowGC;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines