summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index f50583207..1e8210bd8 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -45,7 +45,8 @@ extern unsigned int ScrollLockMask;
extern unsigned int SuperMask;
extern unsigned int HyperMask;
-guint getModifierMap (const char *);
+gboolean getModifierMap (const char *,
+ guint *);
void parseKeyString (Display *,
MyKey *,
const char *);