Build fixes for bmpx
[monky] / src / specials.h
index e250e3f..f529ee3 100644 (file)
@@ -9,7 +9,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.
  *
@@ -95,8 +95,8 @@ extern int max_specials;
 
 /* scanning special arguments */
 const char *scan_bar(struct text_object *, const char *);
-#ifdef X11
 const char *scan_gauge(struct text_object *, const char *);
+#ifdef X11
 char *scan_font(const char *);
 char *scan_graph(struct text_object *, const char *, int);
 void scan_tab(struct text_object *, const char *);