formatting.
This commit is contained in:
parent
5f865a9b07
commit
47f7e3c4d5
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue