summaryrefslogtreecommitdiff
path: root/tests/test-input-remover
diff options
Diffstat (limited to 'tests/test-input-remover')
-rw-r--r--tests/test-input-remover/test-input-remover.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-input-remover/test-input-remover.cpp b/tests/test-input-remover/test-input-remover.cpp
index 3a3768c7c..79381b0e0 100644
--- a/tests/test-input-remover/test-input-remover.cpp
+++ b/tests/test-input-remover/test-input-remover.cpp
@@ -145,7 +145,7 @@ int main (int argc, char **argv)
if (argc == 3)
std::stringstream (argv[2]) >> std::dec >> time;
- remover = new compiz::WindowInputRemover (dpy, xid);
+ remover = new compiz::WindowInputRemover (dpy, xid, xid);
if (!remover)
return 1;