aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/KeyUtil.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-01-27 18:06:28 (GMT)
committermarkt <markt>2007-01-27 18:06:28 (GMT)
commitd446ba265a76d557c1fa7c73013506f9f468e63f (patch)
treec032b9d015f73af184e269e3ac8aa3ce10754d5b /src/FbTk/KeyUtil.hh
parentc0bfde4aca594edc69a59ee36a7a6bbc9fa47a5d (diff)
downloadfluxbox-d446ba265a76d557c1fa7c73013506f9f468e63f.zip
fluxbox-d446ba265a76d557c1fa7c73013506f9f468e63f.tar.bz2
bunch of cleanup, little bug fixes
Diffstat (limited to 'src/FbTk/KeyUtil.hh')
-rw-r--r--src/FbTk/KeyUtil.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/KeyUtil.hh b/src/FbTk/KeyUtil.hh
index 902d27e..eb2cdd5 100644
--- a/src/FbTk/KeyUtil.hh
+++ b/src/FbTk/KeyUtil.hh
@@ -44,6 +44,8 @@ public:
44 Grab the specified key 44 Grab the specified key
45 */ 45 */
46 static void grabKey(unsigned int key, unsigned int mod, Window win); 46 static void grabKey(unsigned int key, unsigned int mod, Window win);
47 static void grabButton(unsigned int button, unsigned int mod, Window win,
48 unsigned int event_mask, Cursor cursor = None);
47 49
48 /** 50 /**
49 convert the string to the keysym 51 convert the string to the keysym