summaryrefslogtreecommitdiff
path: root/src/input.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-12-04 00:06:12 +0000
committersabetts <sabetts>2000-12-04 00:06:12 +0000
commit3b8d3d379b2778cfdbc2c1e1c6c448303311e20f (patch)
tree3022f113a89ec8aaef4781458b31fbff649bfac1 /src/input.h
parent5ec1978cf5d9917e1ea6dda6f9169aedef7351a0 (diff)
downloadratpoison-3b8d3d379b2778cfdbc2c1e1c6c448303311e20f.zip
* input.h (cook_keycode): added prototype
* actions.c: key_actions now uses the #define'd keysyms from X11/keysym.h * events.c (handle_key): calls cook_keycode() before processing the keysym. * input.c (read_key): calls cook_keycode() before returning the keysym (cook_keycode): added.
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h
index 9d49bbf..b00414d 100644
--- a/src/input.h
+++ b/src/input.h
@@ -1 +1,2 @@
+void cook_keycode (KeyCode keycode, KeySym *keysym, int *mod);
void get_input (screen_info *s, char *prompt, char *str, int len);