]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_query/input.h
Removed reversion of 'Full screen mode fixes and improvements'.
[ion3.git] / mod_query / input.h
index 21abf71114d83e461230262259688dac05a2b5ae..3dbde2e7706b0dfa1da1f9f22a726e21219061cb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * 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
@@ -39,4 +39,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 */