Re: NPAPI Z-order
Benjamin Smedberg <[email protected]> Wed, 24 Apr 2013 09:58:01 -0400
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
On 4/24/2013 9:25 AM, [email protected] wrote: > I mean transparent (totally clear). > > If I don't paint in it there is a lot of invalid pixels painted (like there is a memory buffer that hasn't been cleared). Ah. By default the browser assumes that plugins are not transparent. But it asks you via NPP_GetValue(NPPVpluginTransparentBool) and if you return true from that, then it does transparency handling. --BDS