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

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.150 by root, Sat Feb 19 01:07:58 2005 UTC vs.
Revision 1.152 by root, Sun Feb 20 19:45:30 2005 UTC

21#include "iom.h" 21#include "iom.h"
22#include "salloc.h" 22#include "salloc.h"
23 23
24#if ENABLE_FRILLS 24#if ENABLE_FRILLS
25# define ENABLE_XEMBED 1 25# define ENABLE_XEMBED 1
26# define ENABLE_EWMH 1
26#endif 27#endif
28
27 29
28/* 30/*
29 ***************************************************************************** 31 *****************************************************************************
30 * SYSTEM HACKS 32 * SYSTEM HACKS
31 ***************************************************************************** 33 *****************************************************************************
202 204
203// XEMBED detail code 205// XEMBED detail code
204# define XEMBED_FOCUS_CURRENT 0 206# define XEMBED_FOCUS_CURRENT 0
205# define XEMBED_FOCUS_FIRST 1 207# define XEMBED_FOCUS_FIRST 1
206# define XEMBED_FOCUS_LAST 2 208# define XEMBED_FOCUS_LAST 2
209
210# define XEMBED_MAPPED (1 << 0)
207#endif 211#endif
208 212
209/* 213/*
210 ***************************************************************************** 214 *****************************************************************************
211 * NORMAL DEFINES 215 * NORMAL DEFINES
678 XA_INCR, 682 XA_INCR,
679 XA_WM_PROTOCOLS, 683 XA_WM_PROTOCOLS,
680 XA_WM_DELETE_WINDOW, 684 XA_WM_DELETE_WINDOW,
681 XA_CLIPBOARD, 685 XA_CLIPBOARD,
682#if ENABLE_FRILLS 686#if ENABLE_FRILLS
687 XA_MOTIF_WM_HINTS,
688#endif
689#if ENABLE_EWMH
683 XA_NET_WM_PID, 690 XA_NET_WM_PID,
684 XA_MOTIF_WM_HINTS,
685 XA_NET_WM_NAME, 691 XA_NET_WM_NAME,
686 XA_NET_WM_ICON_NAME, 692 XA_NET_WM_ICON_NAME,
693 XA_NET_WM_PING,
687#endif 694#endif
688#if USE_XIM 695#if USE_XIM
689 XA_WM_LOCALE_NAME, 696 XA_WM_LOCALE_NAME,
690#endif 697#endif
691#if TRANSPARENT 698#if TRANSPARENT
696 XA_DNDPROTOCOL, 703 XA_DNDPROTOCOL,
697 XA_DNDSELECTION, 704 XA_DNDSELECTION,
698#endif 705#endif
699#if ENABLE_XEMBED 706#if ENABLE_XEMBED
700 XA_XEMBED, 707 XA_XEMBED,
708 XA_XEMBED_INFO,
701#endif 709#endif
702 NUM_XA 710 NUM_XA
703}; 711};
704 712
705/* DEC private modes */ 713/* DEC private modes */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines