From 47f7e3c4d539fda835d4284ae4335a5175d260be Mon Sep 17 00:00:00 2001 From: crs Date: Fri, 19 Jul 2002 18:12:41 +0000 Subject: [PATCH] formatting. --- server/CXWindowsPrimaryScreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/CXWindowsPrimaryScreen.cpp b/server/CXWindowsPrimaryScreen.cpp index 1e75254e..0dc659e9 100644 --- a/server/CXWindowsPrimaryScreen.cpp +++ b/server/CXWindowsPrimaryScreen.cpp @@ -455,7 +455,7 @@ CXWindowsPrimaryScreen::showWindow() do { // keyboard first do { - result = XGrabKeyboard(display, m_window, True, + result = XGrabKeyboard(display, m_window, True, GrabModeAsync, GrabModeAsync, CurrentTime); assert(result != GrabNotViewable); if (result != GrabSuccess) {