summaryrefslogtreecommitdiff
path: root/src/input.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-17 20:01:31 +0000
committerrcyeske <rcyeske>2001-02-17 20:01:31 +0000
commit77159526d8a218f23e496ef5989a40dcdc24e99c (patch)
treedaa420f882ce4e2d259e9d7d597584525c01e85c /src/input.h
parentf1e28f43165b69b18ee06fc29aea44ced65b0382 (diff)
downloadratpoison-77159526d8a218f23e496ef5989a40dcdc24e99c.zip
renamed display_msg_in_bar() to message(); it and get_input() no longer take a screen_info param
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.h b/src/input.h
index a5fe57a..dd7c44b 100644
--- a/src/input.h
+++ b/src/input.h
@@ -24,7 +24,7 @@
char *keysym_to_string (KeySym keysym, unsigned int modifier);
void cook_keycode (KeyCode keycode, KeySym *keysym, unsigned int *mod);
-char *get_input (screen_info *s, char *prompt);
+char *get_input (char *prompt);
void read_key (KeySym *keysym, unsigned int *mode);
#endif /* ! _RATPOISON_INPUT_H */