From 5b0bc93b00ca49a9e983c4e7e2ef176218b86105 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Thu, 12 May 2011 22:37:57 +0000 Subject: [PATCH] merged 1.3 r989:990 into trunk and 1.4 --- src/test/integtests/platform/CXWindowsClipboardTests.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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