forked from pool/MozillaFirefox
- do not try CSD on kwin (boo#1091592)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=651
This commit is contained in:
parent
8f47a5e0ee
commit
445b42f0ea
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 20:46:37 UTC 2018 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- do not try CSD on kwin (boo#1091592)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 1 18:45:02 UTC 2018 - astieger@suse.com
|
Tue May 1 18:45:02 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Index: mozilla/widget/gtk/nsWindow.cpp
|
|||||||
+ } else if (strstr(currentDesktop, "X-Cinnamon") != nullptr) {
|
+ } else if (strstr(currentDesktop, "X-Cinnamon") != nullptr) {
|
||||||
+ sCSDSupportLevel = CSD_SUPPORT_FULL;
|
+ sCSDSupportLevel = CSD_SUPPORT_FULL;
|
||||||
+ } else if (strstr(currentDesktop, "KDE") != nullptr) {
|
+ } else if (strstr(currentDesktop, "KDE") != nullptr) {
|
||||||
+ sCSDSupportLevel = CSD_SUPPORT_FLAT;
|
+ sCSDSupportLevel = CSD_SUPPORT_NONE;
|
||||||
+ } else if (strstr(currentDesktop, "LXDE") != nullptr) {
|
+ } else if (strstr(currentDesktop, "LXDE") != nullptr) {
|
||||||
+ sCSDSupportLevel = CSD_SUPPORT_FLAT;
|
+ sCSDSupportLevel = CSD_SUPPORT_FLAT;
|
||||||
+ } else if (strstr(currentDesktop, "openbox") != nullptr) {
|
+ } else if (strstr(currentDesktop, "openbox") != nullptr) {
|
||||||
|
Loading…
Reference in New Issue
Block a user