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

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.73 by root, Sun Jan 29 20:51:28 2006 UTC vs.
Revision 1.75 by ayin, Tue May 1 09:34:07 2007 UTC

27#elif HAVE_WCHAR_H 27#elif HAVE_WCHAR_H
28# include <wchar.h> 28# include <wchar.h>
29#else 29#else
30// stdlib.h might provide it 30// stdlib.h might provide it
31#endif 31#endif
32
33using namespace std;
32 34
33extern "C" { 35extern "C" {
34#include <X11/Xlib.h> 36#include <X11/Xlib.h>
35#include <X11/Xutil.h> 37#include <X11/Xutil.h>
36#include <X11/Xresource.h> 38#include <X11/Xresource.h>
202#define Screen_WrapNext (1<<4) /* need to wrap for next char? */ 204#define Screen_WrapNext (1<<4) /* need to wrap for next char? */
203#define Screen_DefaultFlags (Screen_VisibleCursor | Screen_Autowrap) 205#define Screen_DefaultFlags (Screen_VisibleCursor | Screen_Autowrap)
204 206
205/* rxvt_vars.options */ 207/* rxvt_vars.options */
206enum { 208enum {
207# define def(name,idx) Opt_ ## name = 1UL << (idx), 209# define def(name,idx) Opt_ ## name = 1UL << (idx), Opt_ ## name ## _idx = idx,
208# define nodef(name) Opt_ ## name = 0, 210# define nodef(name) Opt_ ## name = 0, Opt_ ## name ## _idx = 0,
209# include "optinc.h" 211# include "optinc.h"
210# undef nodef 212# undef nodef
211# undef def 213# undef def
212}; 214};
213 215

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines