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

Comparing rxvt-unicode/src/feature.h (file contents):
Revision 1.22 by root, Sun Jan 16 15:59:45 2005 UTC vs.
Revision 1.24 by root, Fri Aug 5 16:42:44 2005 UTC

29#ifndef X11LIBDIR 29#ifndef X11LIBDIR
30# define X11LIBDIR X11USRLIBDIR "/X11" 30# define X11LIBDIR X11USRLIBDIR "/X11"
31#endif 31#endif
32#ifndef XAPPLOADDIR 32#ifndef XAPPLOADDIR
33# define XAPPLOADDIR X11LIBDIR "/app-defaults" 33# define XAPPLOADDIR X11LIBDIR "/app-defaults"
34# define XAPPLOADDIRLOCALE X11LIBDIR "/%-.*s/app-defaults" 34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults"
35#endif 35#endif
36 36
37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
38 38
39/* 39/*
407 * updating window positions. If transparency isn't working correctly 407 * updating window positions. If transparency isn't working correctly
408 * then you might try out this one. 408 * then you might try out this one.
409 */ 409 */
410/* #define WAIT_FOR_WM */ 410/* #define WAIT_FOR_WM */
411 411
412/*
413 * The duration of the visual bell flash in µs. The default of 20ms
414 * corresponds to the delay given in the terminfo flash code.
415 */
416#define VISUAL_BELL_DURATION 20000
417
412#endif 418#endif
413 419

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines