aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index d7fc19a..f3a5d01 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -2060,7 +2060,7 @@ void BScreen::renderPosWindow() {
2060/** 2060/**
2061 Called when a set of watched modifiers has been released 2061 Called when a set of watched modifiers has been released
2062*/ 2062*/
2063void BScreen::notifyReleasedKeys(XKeyEvent &ke) { 2063void BScreen::notifyReleasedKeys() {
2064 focusControl().stopCyclingFocus(); 2064 focusControl().stopCyclingFocus();
2065} 2065}
2066 2066