]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_query/input.h
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / mod_query / input.h
index 4f9f758aeb4906228cdaf866564f96542c7829e9..3a39b176311c46810deb4cbf34e8f2a617a18608 100644 (file)
@@ -3,10 +3,7 @@
  *
  * 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
- * the Free Software Foundation; either version 2.1 of the License, or
- * (at your option) any later version.
+ * See the included file LICENSE for details.
  */
 
 #ifndef ION_MOD_QUERY_INPUT_H
@@ -39,4 +36,7 @@ DYNFUN void input_scrolldown(WInput *input);
 DYNFUN void input_calc_size(WInput *input, WRectangle *geom);
 DYNFUN const char *input_style(WInput *input);
 
+extern void mod_query_get_minimum_extents(GrBrush *brush, bool with_spacing, 
+                                          int *w, int *h);
+
 #endif /* ION_MOD_QUERY_INPUT_H */