forked from mirrors/gecko-dev
Bug 1816436 - Narrow down the pipMask on GTK. r=stransky,mconley
With this patch the webrtcIndicator is no longer considered a PIP window on GTK. This makes the webrtcIndicator *not* show a resize cursor over most of its surface. Differential Revision: https://phabricator.services.mozilla.com/D169783
This commit is contained in:
parent
2e22dd570a
commit
e821f0c6db
1 changed files with 2 additions and 1 deletions
|
|
@ -583,7 +583,8 @@ nsresult nsAppShellService::JustCreateTopWindow(
|
|||
// Linux/Gtk PIP window support. It's Chrome Toplevel window, always on top
|
||||
// and without any bar.
|
||||
uint32_t pipMask = nsIWebBrowserChrome::CHROME_ALWAYS_ON_TOP |
|
||||
nsIWebBrowserChrome::CHROME_OPENAS_CHROME;
|
||||
nsIWebBrowserChrome::CHROME_OPENAS_CHROME |
|
||||
nsIWebBrowserChrome::CHROME_WINDOW_RESIZE;
|
||||
uint32_t barMask = nsIWebBrowserChrome::CHROME_MENUBAR |
|
||||
nsIWebBrowserChrome::CHROME_TOOLBAR |
|
||||
nsIWebBrowserChrome::CHROME_LOCATIONBAR |
|
||||
|
|
|
|||
Loading…
Reference in a new issue