diff --git a/src/test/integtests/platform/CXWindowsClipboardTests.cpp b/src/test/integtests/platform/CXWindowsClipboardTests.cpp index c37e46ee..42590dbb 100644 --- a/src/test/integtests/platform/CXWindowsClipboardTests.cpp +++ b/src/test/integtests/platform/CXWindowsClipboardTests.cpp @@ -36,10 +36,7 @@ protected: m_window = XCreateWindow( m_display, root, 0, 0, 1, 1, 0, 0, - InputOnly, CopyFromParent, - CWDontPropagate | CWEventMask | - CWOverrideRedirect | CWCursor, - &attr); + InputOnly, CopyFromParent, 0, &attr); } virtual void