diff options
Diffstat (limited to 'plugins/switcher/src/switcher.cpp')
-rw-r--r-- | plugins/switcher/src/switcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/switcher/src/switcher.cpp b/plugins/switcher/src/switcher.cpp index 90c5ce4..611997a 100644 --- a/plugins/switcher/src/switcher.cpp +++ b/plugins/switcher/src/switcher.cpp @@ -204,7 +204,7 @@ SwitchScreen::initiate (SwitchWindowSelection selection, { int count; - if (screen->otherGrabExist ("switcher", "scale", "cube", 0)) + if (screen->otherGrabExist ("switcher", "scale", "cube", NULL)) return; this->selection = selection; |