X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fmplexpholder.h;h=7528f6dfd14236886cd7682b592ae76ae75cabd0;hb=be912256a10c9710090b9f67a7e0281847828640;hp=be4931707c7dd27d63fa381941d30144191137bb;hpb=d2a43a53786878c1273313249d3b49f6cd559b00;p=ion3.git 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);