summaryrefslogtreecommitdiff
path: root/src/bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bar.h')
-rw-r--r--src/bar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/bar.h b/src/bar.h
index e89aff8..324b35a 100644
--- a/src/bar.h
+++ b/src/bar.h
@@ -22,12 +22,12 @@
#ifndef _RATPOISON_BAR_H
#define _RATPOISON_BAR_H 1
-void update_window_names (screen_info *s);
-void update_bar (screen_info *s);
-int show_bar (screen_info *s);
-int hide_bar (screen_info *s);
-int bar_y (screen_info *s, int height);
-int bar_x (screen_info *s, int width);
+void update_window_names (rp_screen *s);
+void update_bar (rp_screen *s);
+int show_bar (rp_screen *s);
+int hide_bar (rp_screen *s);
+int bar_y (rp_screen *s, int height);
+int bar_x (rp_screen *s, int width);
#define message(msg) marked_message ((msg), 0, 0)
void marked_message (char *msg, int hl_start, int hl_end);