summaryrefslogtreecommitdiff
path: root/src/bar.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-14 03:55:07 +0000
committerrcyeske <rcyeske>2001-02-14 03:55:07 +0000
commitf37a974156ff730d7723546a706635b2100afbea (patch)
tree5d02469478916fce0f04c57b0cafc20e42d73a76 /src/bar.h
parent0c62aad7d0ffd61cf17a77c103d9d42b9dee2fe8 (diff)
downloadratpoison-f37a974156ff730d7723546a706635b2100afbea.zip
all displayed messages can have highlighted portions
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 49c0ff4..b687816 100644
--- a/src/bar.h
+++ b/src/bar.h
@@ -25,5 +25,5 @@ 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);
+void display_msg_in_bar (screen_info *s, char *msg, int hl_start, int hl_end);
#endif _BAR_H