mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 15:15:21 +08:00
formatting.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user