X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fframedpholder.h;h=43032b7289afa426ce06d25abc23308b9f63ec55;hp=49becc2389cc9ed567940cf634f394107eddb12f;hb=f869221ce49f0fb7cca48eee28daff8684305963;hpb=720e6978185b09f2b2f60a6b96018238085a7238 diff --git a/ioncore/framedpholder.h b/ioncore/framedpholder.h index 49becc2..43032b7 100644 --- a/ioncore/framedpholder.h +++ b/ioncore/framedpholder.h @@ -32,6 +32,7 @@ DECLCLASS(WFramedPHolder){ WPHolder ph; WPHolder *cont; WFramedParam param; + Watch frame_watch; }; @@ -45,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);