X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fwindow.h;h=53e1180121b05988d5b73e7e0bde4399a18b55dc;hp=b9f4ffa837d6f5a718ba3d35e3e15bd1de1c4d65;hb=HEAD;hpb=8366314611bf30a0f31d25bf5f5023186fa87692 diff --git a/ioncore/window.h b/ioncore/window.h index b9f4ffa..53e1180 100644 --- a/ioncore/window.h +++ b/ioncore/window.h @@ -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);