On Wed, Apr 17, 2013 at 12:00 AM, Christian Frost <[email protected]> wrote: > I have created a NPAPI plugin and its correctly loaded in WebKit. > However, I want to "paint" in it (or actually I want to make it > invisible, e.g. setting alpha channel, such that the graphics behind > can be shown) I have tried to use something like:
This is a common limitation of windowed plugins. To do this consistently, I believe you need to make a windowless plugin. --Martin _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
