From 35369e089722be11b1c6e5e81a9c609a5cf5e87e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Jan 2006 05:13:09 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvt.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/rxvt.h b/src/rxvt.h index d9c9b969..37392ad0 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -23,6 +23,14 @@ #include "rxvtperl.h" +#if defined (ISO_14755) || defined (ENABLE_PERL) +# define ENABLE_OVERLAY 1 +#endif + +#if ENABLE_PERL +# define ENABLE_FRILLS +#endif + #if ENABLE_FRILLS # define ENABLE_XEMBED 1 # define ENABLE_EWMH 1 @@ -45,7 +53,7 @@ #endif #ifndef HAVE_XPOINTER -typedef char *XPointer; +typedef char *XPointer; #endif #ifdef HAVE_TERMIOS_H @@ -231,10 +239,6 @@ typedef struct _mwmhints { # define NO_MOUSE_REPORT_SCROLLBAR 1 #endif -#if defined (ISO_14755) || defined (ENABLE_PERL) -# define ENABLE_OVERLAY 1 -#endif - /* now look for other badly set stuff */ #if !defined (EACCESS) && defined(EAGAIN) -- 2.34.1