xdbe replaced with more generic pixmap based buffering but there are 2 bugs:
[monky] / src / exec.h
index 193399e..b497dd1 100644 (file)
@@ -10,7 +10,7 @@
  * Please see COPYING for details
  *
  * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
- * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
+ * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al.
  *   (see AUTHORS)
  * All rights reserved.
  *
@@ -40,14 +40,14 @@ void scan_execgraph_arg(struct text_object *, const char *);
 void print_exec(struct text_object *, char *, int);
 void print_execp(struct text_object *, char *, int);
 void print_execi(struct text_object *, char *, int);
-void print_execpi(struct text_object *, char *);
+void print_execpi(struct text_object *, char *, int);
 void print_texeci(struct text_object *, char *, int);
-#ifdef X11
 void print_execgauge(struct text_object *, char *, int);
+#ifdef X11
 void print_execgraph(struct text_object *, char *, int);
 void print_execigraph(struct text_object *, char *, int);
-void print_execigauge(struct text_object *, char *, int);
 #endif /* X11 */
+void print_execigauge(struct text_object *, char *, int);
 void print_execbar(struct text_object *, char *, int);
 void print_execibar(struct text_object *, char *, int);
 void free_exec(struct text_object *);