]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_query/listing.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / mod_query / listing.h
index 457ec086e9cf06fdc8899ffa419be95eb59d808c..b4d10f06dca7b0612377ab6a0ec37d5f8063e33e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/mod_query/listing.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2007
  *
  * Ion is free software; you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by
@@ -41,8 +41,7 @@ extern void setup_listing(WListing *l, char **strs, int nstrs, bool onecol);
 extern void deinit_listing(WListing *l);
 extern void fit_listing(GrBrush *brush, const WRectangle *geom, WListing *l);
 extern void draw_listing(GrBrush *brush, const WRectangle *geom, WListing *l, 
-                         bool complete, const char *style, 
-                         const char *selstyle);
+                         bool complete, GrAttr selattr);
 extern bool scrollup_listing(WListing *l);
 extern bool scrolldown_listing(WListing *l);
 extern bool listing_select(WListing *l, int i);