summaryrefslogtreecommitdiff
path: root/src/bar.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-19 20:46:23 +0000
committerrcyeske <rcyeske>2001-02-19 20:46:23 +0000
commit00b2a53044161c0882601ddf46864c7dcc062f76 (patch)
tree9ca2da2ca7b0ac9abba43d17e53d4830465d7ce6 /src/bar.h
parent74f06e31b48eb29f7fa171b0aa14fdf30ace0f18 (diff)
downloadratpoison-00b2a53044161c0882601ddf46864c7dcc062f76.zip
added message macro and marked_message()
Diffstat (limited to 'src/bar.h')
-rw-r--r--src/bar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bar.h b/src/bar.h
index 088c7af..e98ccd8 100644
--- a/src/bar.h
+++ b/src/bar.h
@@ -27,6 +27,8 @@ 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 message (char *msg, int hl_start, int hl_end);
+
+#define message(msg) marked_message (msg, 0, 0)
+void marked_message (char *msg, int hl_start, int hl_end);
#endif /* ! _RATPOISON_BAR_H */