*** empty log message ***
authorroot <root>
Fri, 13 Jan 2006 05:13:09 +0000 (05:13 +0000)
committerroot <root>
Fri, 13 Jan 2006 05:13:09 +0000 (05:13 +0000)
src/rxvt.h

index d9c9b9698baddef43a51f5d710d28bf4ea9143f2..37392ad0b4b42d522f8b18dd4ddd223d801e3b19 100644 (file)
 
 #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)