]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_query/input.h
Added workaround for Flash full-screen bug (#462690).
[ion3.git] / mod_query / input.h
index 3a39b176311c46810deb4cbf34e8f2a617a18608..8e9eef2c7674e5f64886e0421d2a2fb8b05ea656 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/mod_query/input.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2008
  *
  * See the included file LICENSE for details.
  */
@@ -25,7 +25,7 @@ DECLCLASS(WInput){
 extern bool input_init(WInput *input, WWindow *par, const WFitParams *fp);
 extern void input_deinit(WInput *input);
 
-extern void input_fitrep(WInput *input, WWindow *par, const WFitParams *fp);
+extern bool input_fitrep(WInput *input, WWindow *par, const WFitParams *fp);
 extern void input_refit(WInput *input);
 extern void input_cancel(WInput *input);
 extern bool input_rqclose(WInput *input);