summaryrefslogtreecommitdiff
path: root/bar.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-25 05:06:20 +0000
committersabetts <sabetts>2000-08-25 05:06:20 +0000
commitd8a5963532fb35687bedee59f2235144f3930fbd (patch)
tree0fe07517902d532361e049ebe774f62c3ec23d09 /bar.h
downloadratpoison-d8a5963532fb35687bedee59f2235144f3930fbd.zip
initial checkin
Diffstat (limited to 'bar.h')
-rw-r--r--bar.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/bar.h b/bar.h
new file mode 100644
index 0000000..4509b0f
--- /dev/null
+++ b/bar.h
@@ -0,0 +1,10 @@
+/* functions for managing the program bar */
+
+#ifndef _BAR_H
+#define _BAR_H
+
+void update_window_names (screen_info *s);
+void toggle_bar (screen_info *s);
+int show_bar (screen_info *s);
+int hide_bar (screen_info *s);
+#endif _BAR_H