X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fmplexpholder.h;h=7528f6dfd14236886cd7682b592ae76ae75cabd0;hp=be4931707c7dd27d63fa381941d30144191137bb;hb=1cd244db6df1337d594b9e2456c735cbc28aea6c;hpb=ae4260bb64817c11f9a7140324cd3e3ba113e297 diff --git a/ioncore/mplexpholder.h b/ioncore/mplexpholder.h index be49317..7528f6d 100644 --- a/ioncore/mplexpholder.h +++ b/ioncore/mplexpholder.h @@ -26,8 +26,7 @@ DECLCLASS(WMPlexPHolder){ }; -/* If 'after' is set, it is used, otherwise 'or_after', - * and finally 'or_layer' if this is also unset +/* If 'either_st' is set, it is used, otherwise 'or_param', is used. */ extern WMPlexPHolder *create_mplexpholder(WMPlex *mplex, @@ -39,8 +38,6 @@ extern bool mplexpholder_init(WMPlexPHolder *ph, WMPlexAttachParams *or_param); extern void mplexpholder_deinit(WMPlexPHolder *ph); -extern int mplexpholder_layer(WMPlexPHolder *ph); - extern WRegion *mplexpholder_do_attach(WMPlexPHolder *ph, int flags, WRegionAttachData *data);