X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fframedpholder.h;h=fc25ee3893d975dc49ca5098e3154fc5af0e1b09;hb=d851e7d55f99040bdfb6b5e1b799b7d6adad22b2;hp=dfbbe5044c8b4f1e9c43b88bed1bb9509658ffa8;hpb=471a5e5f9928e2d324b2e10422a420f458bd63ff;p=ion3.git diff --git a/ioncore/framedpholder.h b/ioncore/framedpholder.h index dfbbe50..fc25ee3 100644 --- a/ioncore/framedpholder.h +++ b/ioncore/framedpholder.h @@ -1,12 +1,9 @@ /* * ion/ioncore/framedpholder.h * - * Copyright (c) Tuomo Valkonen 2005-2007. + * Copyright (c) Tuomo Valkonen 2005-2008. * - * 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_FRAMEDPHOLDER_H @@ -35,6 +32,7 @@ DECLCLASS(WFramedPHolder){ WPHolder ph; WPHolder *cont; WFramedParam param; + Watch frame_watch; }; @@ -48,7 +46,7 @@ extern void framedpholder_deinit(WFramedPHolder *ph); extern bool framedpholder_do_goto(WFramedPHolder *ph); -extern WPHolder *framedpholder_do_root(WFramedPHolder *ph); +extern bool framedpholder_stale(WFramedPHolder *ph); extern WRegion *framedpholder_do_target(WFramedPHolder *ph);