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.hh | |
parent | 93d8310c0c51fe1edcdfa5240f724ab6306ce92a (diff) | |
download | fluxbox-6fdda1a31d2417c23f5f222114d30ce6abec8b40.zip fluxbox-6fdda1a31d2417c23f5f222114d30ce6abec8b40.tar.bz2 |
added mouse bindings to the keys file
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 739c458..de1dc78 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -294,7 +294,7 @@ public: | |||
294 | void showGeometry(int width, int height); | 294 | void showGeometry(int width, int height); |
295 | void hideGeometry(); | 295 | void hideGeometry(); |
296 | 296 | ||
297 | void notifyReleasedKeys(XKeyEvent &ke); | 297 | void notifyReleasedKeys(); |
298 | 298 | ||
299 | void setLayer(FbTk::XLayerItem &item, int layernum); | 299 | void setLayer(FbTk::XLayerItem &item, int layernum); |
300 | // remove? no, items are never removed from their layer until they die | 300 | // remove? no, items are never removed from their layer until they die |