summaryrefslogtreecommitdiff
path: root/src/bar.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/bar.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/bar.h')
-rw-r--r--src/bar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bar.h b/src/bar.h
index 4479667..088c7af 100644
--- a/src/bar.h
+++ b/src/bar.h
@@ -27,6 +27,6 @@ int show_bar (screen_info *s);
int hide_bar (screen_info *s);
int bar_y (screen_info *s);
int bar_x (screen_info *s, int width);
-void display_msg_in_bar (screen_info *s, char *msg, int hl_start, int hl_end);
+void message (char *msg, int hl_start, int hl_end);
#endif /* ! _RATPOISON_BAR_H */