]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/window.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / window.h
index b9f4ffa837d6f5a718ba3d35e3e15bd1de1c4d65..53e1180121b05988d5b73e7e0bde4399a18b55dc 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/ioncore/window.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
- * 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_IONCORE_WINDOW_H
@@ -29,8 +26,8 @@ DECLCLASS(WWindow){
 
 extern bool window_init(WWindow *p, WWindow *parent, 
                         const WFitParams *fp);
-extern bool window_do_init(WWindow *p, WWindow *parent, Window win, 
-                           const WFitParams *fp);
+extern bool window_do_init(WWindow *p, WWindow *parent, 
+                           const WFitParams *fp, Window win);
 extern void window_deinit(WWindow *win);
 
 DYNFUN void window_draw(WWindow *wwin, bool complete);