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.326 by root, Tue Nov 27 17:45:47 2007 UTC vs.
Revision 1.327 by ayin, Fri Nov 30 01:26:32 2007 UTC

29 29
30#include <X11/cursorfont.h> 30#include <X11/cursorfont.h>
31#include <X11/keysym.h> 31#include <X11/keysym.h>
32#include <X11/keysymdef.h> 32#include <X11/keysymdef.h>
33#include <X11/Xatom.h> 33#include <X11/Xatom.h>
34#if ENABLE_FRILLS
35# include <X11/Xmd.h>
36#endif
37 34
38#include "encoding.h" 35#include "encoding.h"
39#include "rxvtutil.h" 36#include "rxvtutil.h"
40#include "rxvtfont.h" 37#include "rxvtfont.h"
41#include "rxvttoolkit.h" 38#include "rxvttoolkit.h"
169 int clicks; 166 int clicks;
170 Time time; /* milliseconds */ 167 Time time; /* milliseconds */
171 unsigned int state; /* key or button mask */ 168 unsigned int state; /* key or button mask */
172 unsigned int button; /* detail */ 169 unsigned int button; /* detail */
173}; 170};
174
175#if ENABLE_FRILLS
176typedef struct _mwmhints {
177 CARD32 flags;
178 CARD32 functions;
179 CARD32 decorations;
180 INT32 input_mode;
181 CARD32 status;
182} MWMHints;
183#endif
184 171
185#if ENABLE_XEMBED 172#if ENABLE_XEMBED
186// XEMBED messages 173// XEMBED messages
187# define XEMBED_EMBEDDED_NOTIFY 0 174# define XEMBED_EMBEDDED_NOTIFY 0
188# define XEMBED_WINDOW_ACTIVATE 1 175# define XEMBED_WINDOW_ACTIVATE 1
614 601
615#ifndef PATH_MAX 602#ifndef PATH_MAX
616# define PATH_MAX 16384 603# define PATH_MAX 16384
617#endif 604#endif
618 605
606#if ENABLE_FRILLS
607# include <X11/Xmd.h>
608typedef struct _mwmhints {
609 CARD32 flags;
610 CARD32 functions;
611 CARD32 decorations;
612 INT32 input_mode;
613 CARD32 status;
614} MWMHints;
615#endif
616
619/* Motif window hints */ 617/* Motif window hints */
620#define MWM_HINTS_FUNCTIONS (1L << 0) 618#define MWM_HINTS_FUNCTIONS (1L << 0)
621#define MWM_HINTS_DECORATIONS (1L << 1) 619#define MWM_HINTS_DECORATIONS (1L << 1)
622#define MWM_HINTS_INPUT_MODE (1L << 2) 620#define MWM_HINTS_INPUT_MODE (1L << 2)
623#define MWM_HINTS_STATUS (1L << 3) 621#define MWM_HINTS_STATUS (1L << 3)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines