diff options
Diffstat (limited to 'plugins/cube/src/cube.cpp')
-rw-r--r-- | plugins/cube/src/cube.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cube/src/cube.cpp b/plugins/cube/src/cube.cpp index 504ef5f..4dbfe65 100644 --- a/plugins/cube/src/cube.cpp +++ b/plugins/cube/src/cube.cpp @@ -1620,7 +1620,7 @@ PrivateCubeScreen::unfold (CompAction *action, if (screen->vpSize ().width () * cs->priv->mNOutput < 4) return false; - if (screen->otherGrabExist ("rotate", "switcher", "cube", 0)) + if (screen->otherGrabExist ("rotate", "switcher", "cube", NULL)) return false; if (!cs->priv->mGrabIndex) |