X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_query%2Finput.h;h=3a39b176311c46810deb4cbf34e8f2a617a18608;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=21abf71114d83e461230262259688dac05a2b5ae;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/mod_query/input.h b/mod_query/input.h index 21abf71..3a39b17 100644 --- a/mod_query/input.h +++ b/mod_query/input.h @@ -1,12 +1,9 @@ /* * ion/mod_query/input.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 - * 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 */