diff options
author | markt <markt> | 2007-02-09 18:13:01 (GMT) |
---|---|---|
committer | markt <markt> | 2007-02-09 18:13:01 (GMT) |
commit | 6fdda1a31d2417c23f5f222114d30ce6abec8b40 (patch) | |
tree | 929a0c0a5ffac232568011ef055934354f4367da /src/Screen.cc | |
parent | 93d8310c0c51fe1edcdfa5240f724ab6306ce92a (diff) | |
download | fluxbox-6fdda1a31d2417c23f5f222114d30ce6abec8b40.zip fluxbox-6fdda1a31d2417c23f5f222114d30ce6abec8b40.tar.bz2 |
added mouse bindings to the keys file
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 2 |
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 | */ |
2063 | void BScreen::notifyReleasedKeys(XKeyEvent &ke) { | 2063 | void BScreen::notifyReleasedKeys() { |
2064 | focusControl().stopCyclingFocus(); | 2064 | focusControl().stopCyclingFocus(); |
2065 | } | 2065 | } |
2066 | 2066 | ||