You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
717 B
14 lines
717 B
14 years ago
|
diff -r e08d3a985a67 vcl/unx/gtk/window/gtkframe.cxx
|
||
|
--- a/vcl/unx/gtk/window/gtkframe.cxx Fri Aug 06 13:25:47 2010 +0100
|
||
|
+++ b/vcl/unx/gtk/window/gtkframe.cxx Fri Aug 13 08:58:07 2010 +0100
|
||
|
@@ -1355,7 +1355,8 @@
|
||
|
// awesome.
|
||
|
bool bHack =
|
||
|
getDisplay()->getWMAdaptor()->getWindowManagerName().EqualsAscii("Metacity") ||
|
||
|
- getDisplay()->getWMAdaptor()->getWindowManagerName().EqualsAscii("compiz")
|
||
|
+ getDisplay()->getWMAdaptor()->getWindowManagerName().EqualsAscii("compiz") ||
|
||
|
+ getDisplay()->getWMAdaptor()->getWindowManagerName().EqualsAscii("Mutter")
|
||
|
;
|
||
|
if( nUserTime == 0 && bHack )
|
||
|
{
|